diff options
-rwxr-xr-x | actionpack/test/template/date_helper_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb index ac2a62129d..a890baa115 100755 --- a/actionpack/test/template/date_helper_test.rb +++ b/actionpack/test/template/date_helper_test.rb @@ -42,8 +42,8 @@ class DateHelperTest < Test::Unit::TestCase end def test_distance_in_words_date - start_date = Date.new 1904, 1, 31 - end_date = Date.new 1906, 4, 17 + start_date = Date.new 1975, 1, 31 + end_date = Date.new 1977, 4, 17 assert_not_equal("13 minutes", distance_of_time_in_words(start_date, end_date)) end |