fix test regression

This commit is contained in:
Reinier Balt 2014-07-17 14:06:22 +02:00
parent bafd55cf09
commit 8ea417c792
2 changed files with 3 additions and 5 deletions

View file

@ -361,7 +361,7 @@ module TodosHelper
def show_date(d)
return "" if d == nil
days = days_from_today(d)
days = DueDateHelper::DueDateView.days_from_today(d)
case days
# overdue or due very soon! sound the alarm!