index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
numeric.rb
Age
Commit message (
Expand
)
Author
2019-10-25
Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
KOBAYASHI Shuji
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-07-07
Fix `Numeric#step` to infinity; ref. #4555
KOBAYASHI Shuji
2019-03-22
Simplify `assert_step` in `test/t/numeric.rb`
KOBAYASHI Shuji
2019-01-17
Fix assertion name for `Numeric#**` test
KOBAYASHI Shuji
2019-01-15
Fix coercing for first step counter in `Numeric#step`
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2014-08-25
Add test for Numeric#pow.
Tatsuhiko Kubo
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-03-28
add Numeric#/ tests; ref #1965
Yukihiro "Matz" Matsumoto
2013-08-02
I fix order of actual and expect test value in numeric.rb.
Jun Hiroe
2013-06-14
Improve Numeric Tests
Daniel Bovensiepen
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-16
Add Tests for Numeric
Daniel Bovensiepen