@@ -80,7 +80,7 class AccountControllerTest < ActionController::TestCase | |||||
80 | post :login, :openid_url => 'http://openid.example.com/good_user' |
|
80 | post :login, :openid_url => 'http://openid.example.com/good_user' | |
81 | assert_redirected_to home_url |
|
81 | assert_redirected_to home_url | |
82 | user = User.find_by_login('cool_user') |
|
82 | user = User.find_by_login('cool_user') | |
83 |
assert |
|
83 | assert_nil user | |
84 | end |
|
84 | end | |
85 |
|
85 | |||
86 | def test_login_with_openid_with_new_user_created_with_email_activation_should_have_a_token |
|
86 | def test_login_with_openid_with_new_user_created_with_email_activation_should_have_a_token |
General Comments 0
You need to be logged in to leave comments.
Login now