From 2cdb8b4f75b12f6bcdb882f8fbbe827b88ffd2a2 Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Tue, 31 May 2016 15:21:06 -0300 Subject: [PATCH] Fix test: regular user now can create institution --- src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb b/src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb index 33e754b..47c70b7 100644 --- a/src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb +++ b/src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb @@ -278,7 +278,6 @@ class GovUserPluginControllerTest < ActionController::TestCase post :create_institution_admin - assert_response 403 - assert_template :access_denied + assert_response 200 end end -- libgit2 0.21.2