15 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto b4cdced22f Enumerable#detect {and #find} should call ifnone; fix #4484
It's an error in ISO specification; 15.3.2.2.4 and 15.3.2.2.7
2019-07-13 18:05:01 +09:00
KOBAYASHI Shuji d68eb3d043 Fix wrong assertion method in some tests 2019-02-18 21:24:20 +09:00
Yukihiro "Matz" Matsumoto ba0ddb7819 fix conflict resolution mistake 2014-06-19 01:55:39 +09:00
Yukihiro "Matz" Matsumoto a47cc0c211 resolve conflict 2014-06-18 23:44:24 +09:00
Yukihiro "Matz" Matsumoto 84116c26c9 Merge pull request #2320 from yui-knk/test-enumerable
Replace assert_true with assert_equal.
2014-05-25 22:38:25 +09:00
yui-knk 83986e2636 Replace assert_true with assert_equal. 2014-05-25 20:19:41 +09:00
yui-knk 2f952a8f95 Change to use assert method. 2014-05-25 18:56:33 +09:00
yui-knk 6bdeebe3b0 fix typo. 2014-05-25 18:50:43 +09:00
Yukihiro "Matz" Matsumoto 75a4f1ac96 refactor Enumerable#{all?,any?} tests 2014-03-17 00:17:52 +09:00
Jun Hiroe 8ba04a09a9 Add Enumerable#any?(&block) tests 2014-03-16 18:58:39 +09:00
Jun Hiroe cf556f0ad9 Add Enumerable#all?(&block) tests 2014-03-16 18:49:05 +09:00
Jun Hiroe 0b4bedeb8e I fix order of actual and expect test value in enumerable.rb. 2013-08-02 20:54:09 +09:00
Daniel Bovensiepen 87a614ad90 Improve Enumerable tests 2013-06-09 05:20:06 +08:00
Daniel Bovensiepen 31e9705022 Add Test cases for Literals, Enumeration, Exceptions and clean line endings 2012-05-29 01:20:46 +08:00
Daniel Bovensiepen 74fb270298 add Enumerable tests and identify data corruption with merge in Hash 2012-05-27 00:50:39 +08:00