avoid warning: ambiguous first argument; put parentheses or even spaces

This commit is contained in:
Santiago Pastorino 2010-04-16 23:06:58 -03:00
parent 457f7709e9
commit dadf35b2a9
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class TimeZoneTest < Test::Unit::TestCase
def test_unknown_zone_with_utc_offset
zone = ActiveSupport::TimeZone.create("bogus", -21_600)
assert_equal -21_600, zone.utc_offset
assert_equal(-21_600, zone.utc_offset)
end
def test_new