aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xactionpack/test/template/date_helper_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb
index 340175b9c9..f78819cfce 100755
--- a/actionpack/test/template/date_helper_test.rb
+++ b/actionpack/test/template/date_helper_test.rb
@@ -93,8 +93,7 @@ class DateHelperTest < Test::Unit::TestCase
end
def test_time_ago_in_words
- t = Time.now - 1.years
- assert_equal "about 1 year", time_ago_in_words(t)
+ assert_equal "about 1 year", time_ago_in_words(1.year.ago - 1.day)
end
def test_select_day