From 39d461703361834c2e51dd9179afce0f8a0a83ff Mon Sep 17 00:00:00 2001 From: kennyj Date: Fri, 10 Feb 2012 20:55:10 +0900 Subject: Fix some warnings on 3-2-stable --- activesupport/test/core_ext/range_ext_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/core_ext') diff --git a/activesupport/test/core_ext/range_ext_test.rb b/activesupport/test/core_ext/range_ext_test.rb index f9fb4f833a..360c97031c 100644 --- a/activesupport/test/core_ext/range_ext_test.rb +++ b/activesupport/test/core_ext/range_ext_test.rb @@ -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 -- cgit v1.2.3