mirror of https://github.com/rails/rails
fix a warning about grouped expressions
This commit is contained in:
parent
f3e079e8b5
commit
881ca628b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue