summaryrefslogtreecommitdiffhomepage
path: root/test/t/enumerable.rb
AgeCommit message (Expand)Author
2019-07-13`Enumerable#detect` {and `#find`} should call `ifnone`; fix #4484Yukihiro "Matz" Matsumoto
2019-02-18Fix wrong assertion method in some testsKOBAYASHI Shuji
2014-06-19fix conflict resolution mistakeYukihiro "Matz" Matsumoto
2014-06-18resolve conflictYukihiro "Matz" Matsumoto
2014-05-25Merge pull request #2320 from yui-knk/test-enumerableYukihiro "Matz" Matsumoto
2014-05-25Replace assert_true with assert_equal.yui-knk
2014-05-25Change to use assert method.yui-knk
2014-05-25fix typo.yui-knk
2014-03-17refactor Enumerable#{all?,any?} testsYukihiro "Matz" Matsumoto
2014-03-16Add Enumerable#any?(&block) testsJun Hiroe
2014-03-16Add Enumerable#all?(&block) testsJun Hiroe
2013-08-02I fix order of actual and expect test value in enumerable.rb.Jun Hiroe
2013-06-09Improve Enumerable testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-27add Enumerable tests and identify data corruption with merge in HashDaniel Bovensiepen