Skip to content

Commit

Permalink
fix a warning about grouped expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jan 1, 2012
1 parent f3e079e commit 881ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/core_ext/range_ext_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_should_not_include_overlapping_last
end end


def test_should_include_identical_exclusive_with_floats 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 end


def test_blockless_step def test_blockless_step
Expand Down

0 comments on commit 881ca62

Please sign in to comment.