mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 02:00:12 +01:00
fix #1027. Several tests were broken because of the more strict validations on the recurring_todo model
This commit is contained in:
parent
92bb54bbf5
commit
cfc6d117b8
6 changed files with 25 additions and 13 deletions
|
|
@ -51,7 +51,7 @@ class LoginControllerTest < ActionController::TestCase
|
|||
def test_login_with_no_users_redirects_to_signup
|
||||
User.delete_all
|
||||
get :login
|
||||
assert_redirected_to :controller => 'users', :action => 'new'
|
||||
assert_redirected_to signup_url
|
||||
end
|
||||
|
||||
def test_logout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue