From 0cf7126476f065436de4553549650628e23bc10f Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 26 Jan 2016 16:11:36 -0300 Subject: [PATCH] Fix gov_user test --- src/noosfero-spb/gov_user/test/functional/gov_user_plugin_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 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 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