Fix some failing tests

This commit is contained in:
Eric Allen 2009-12-07 22:43:00 -05:00
parent b3a77270da
commit 828201dfe0
2 changed files with 3 additions and 5 deletions

View file

@ -90,7 +90,7 @@ class LoginControllerTest < ActionController::TestCase
def test_should_delete_token_on_logout
login_as :other_user
get :logout
assert_equal @response.cookies["auth_token"], []
assert_nil @response.cookies["auth_token"]
end
def test_should_login_with_cookie