mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 09:48:50 +01:00
fix #1325 by applying the patch of Dan Rice. Thanks Dan!
Also add a test to catch regessions
This commit is contained in:
parent
29c5103a98
commit
1cdf6c8b8e
3 changed files with 7 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ class LoginControllerTest < ActionController::TestCase
|
|||
get :login
|
||||
assert_redirected_to signup_url
|
||||
end
|
||||
|
||||
|
||||
def test_logout
|
||||
login_as :admin_user
|
||||
get :logout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue