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:
parent
f3e079e8b5
commit
881ca628b0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue