1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Fix failing test

This commit is contained in:
Holger Just 2010-11-17 21:07:49 +01:00
parent 16a3a5429e
commit 8d7df8a7ff

View File

@ -571,7 +571,7 @@ EXPECTED
end
def test_due_date_distance_in_words
to_test = { Date.today => 'Due in 0 days',
to_test = { Date.today => 'Due today',
Date.today + 1 => 'Due in 1 day',
Date.today + 100 => 'Due in about 3 months',
Date.today + 20000 => 'Due in over 54 years',