mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Fix before_logout hook for rememberable module
This commit is contained in:
@@ -67,5 +67,6 @@ class RememberMeTest < ActionController::IntegrationTest
|
||||
get destroy_user_session_path
|
||||
get users_path
|
||||
assert_not warden.authenticated?(:user)
|
||||
assert_equal cookies['remember_user_token'], ''
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user