mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed more Windows tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2659 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user