From 31cfe031c87d366c4a017d476ec5209436831a41 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 5 Jun 2014 18:44:16 +0000 Subject: [PATCH] account-controller-test: must be logged to access change_password --- test/functional/account_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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