fix #1027. Several tests were broken because of the more strict validations on the recurring_todo model

This commit is contained in:
Reinier Balt 2010-05-13 18:24:26 +02:00
parent 92bb54bbf5
commit cfc6d117b8
6 changed files with 25 additions and 13 deletions

View file

@ -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