The "sign out" button now clears the Launchpad login.

ref: https://fizzy.37signals.com/5986089/collections/2/cards/1382
This commit is contained in:
Mike Dalessio
2025-08-15 12:24:38 -04:00
parent 9a02716a46
commit e84cd529d5
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
delete session_path
assert_redirected_to Launchpad.login_url(account: Account.sole)
assert_redirected_to Launchpad.logout_url
assert_not cookies[:session_token].present?
end