summaryrefslogtreecommitdiffhomepage
path: root/test/t/range.rb
AgeCommit message (Expand)Author
2019-07-09Fix the order of "expected" and "actual" in `test/t/range.rb`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2019-01-01range: Embed edges in RRange on boxing environment.KOBAYASHI Shuji
2019-01-01Use `__send__` instead of `send` in a Range test.KOBAYASHI Shuji
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2016-11-18Merge pull request #3255 from ksss/range-includeYukihiro "Matz" Matsumoto
2016-11-18Fix condition of Range#include?ksss
2016-11-17Ranges should not rewriteksss
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-08Add tests for Range#to_s Range#inspect.yui-knk
2014-05-08fix typoyui-knk
2013-08-02I fix order of actual and expect test value in range.rb.Jun Hiroe
2013-07-01Add Range#eql? test case.Jun Hiroe
2013-06-30Merge pull request #1324 from h2so5/fix-range-equalYukihiro "Matz" Matsumoto
2013-06-30Fix Range#==h2so5
2013-06-30Add Range#eql? method test.Jun Hiroe
2013-06-15Improve Range TestsDaniel Bovensiepen
2013-01-28Enable test for `Range#initialize`.Masamitsu MURASE
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen