summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/account_controller_openid_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/account_controller_openid_test.rb b/test/functional/account_controller_openid_test.rb
index 5e7ef7711..ccee3d256 100644
--- a/test/functional/account_controller_openid_test.rb
+++ b/test/functional/account_controller_openid_test.rb
@@ -80,7 +80,7 @@ class AccountControllerTest < ActionController::TestCase
post :login, :openid_url => 'http://openid.example.com/good_user'
assert_redirected_to home_url
user = User.find_by_login('cool_user')
- assert ! user
+ assert_nil user
end
def test_login_with_openid_with_new_user_created_with_email_activation_should_have_a_token