summaryrefslogtreecommitdiffhomepage
path: root/test/t/numeric.rb
AgeCommit message (Expand)Author
2020-10-12Update tests for integer division.Yukihiro "Matz" Matsumoto
2019-10-25Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]KOBAYASHI Shuji
2019-07-30Refine message to `skip` in nested `assert`KOBAYASHI Shuji
2019-07-07Fix `Numeric#step` to infinity; ref. #4555KOBAYASHI Shuji
2019-03-22Simplify `assert_step` in `test/t/numeric.rb`KOBAYASHI Shuji
2019-01-17Fix assertion name for `Numeric#**` testKOBAYASHI Shuji
2019-01-15Fix coercing for first step counter in `Numeric#step`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2014-08-25Add test for Numeric#pow.Tatsuhiko Kubo
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-03-28add Numeric#/ tests; ref #1965Yukihiro "Matz" Matsumoto
2013-08-02I fix order of actual and expect test value in numeric.rb.Jun Hiroe
2013-06-14Improve Numeric TestsDaniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-16Add Tests for NumericDaniel Bovensiepen