fix failing tests

This commit is contained in:
Reinier Balt 2013-06-17 10:06:38 +02:00
parent 20b4b626fe
commit 2daffef683
4 changed files with 28 additions and 21 deletions

View file

@ -272,7 +272,7 @@ class RecurringTodosControllerTest < ActionController::TestCase
"yearly_month_of_year"=>"6",
"yearly_selector"=>"yearly_every_x_day"
},
"tag_list"=>"one, two, three, four"
"tag_list"=>"one, two, three, four", format: :js
assert_equal "new recurring pattern", assigns['recurring_todo'].description
assert_equal "2013-01-02 00:00:00 +0000", assigns['recurring_todo'].start_from.to_s