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 7c8f782..a6ec884 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 @@ -116,8 +116,8 @@ class GovUserPluginControllerTest < ActionController::TestCase xhr :get, :new_institution, fields json_response = ActiveSupport::JSON.decode(@response.body) - assert_false json_response["success"] - assert_false json_response["errors"].blank? + assert_equal false, json_response["success"] + assert_equal false, json_response["errors"].blank? end should "create public institution without cnpj" do -- libgit2 0.21.2