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
1 changed files with 1 additions and 1 deletions

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