Commit 2cdb8b4f75b12f6bcdb882f8fbbe827b88ffd2a2

Authored by Thiago Ribeiro
1 parent ba4c0a5b
Exists in master and in 1 other branch mezuro_spb

Fix test: regular user now can create institution

src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb
... ... @@ -278,7 +278,6 @@ class GovUserPluginControllerTest < ActionController::TestCase
278 278  
279 279 post :create_institution_admin
280 280  
281   - assert_response 403
282   - assert_template :access_denied
  281 + assert_response 200
283 282 end
284 283 end
... ...