mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fix failing tests
This commit is contained in:
parent
20b4b626fe
commit
2daffef683
4 changed files with 28 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue