diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index c5b6189..1e72395 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -177,6 +177,7 @@ class AccountControllerTest < ActionController::TestCase end def test_should_display_change_password_screen + login_as 'johndoe' get :change_password assert_response :success assert_template 'change_password' -- libgit2 0.21.2