1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix a warning about grouped expressions

This commit is contained in:
Vijay Dev 2012-01-01 23:01:28 +05:30
parent f3e079e8b5
commit 881ca628b0

View file

@ -54,7 +54,7 @@ class RangeTest < Test::Unit::TestCase
end
def test_should_include_identical_exclusive_with_floats
assert (1.0...10.0).include?(1.0...10.0)
assert((1.0...10.0).include?(1.0...10.0))
end
def test_blockless_step