From a464c452984f9e571b8b93bff892f969ac0b8932 Mon Sep 17 00:00:00 2001 From: Carlos Morais Date: Fri, 6 Apr 2012 17:08:22 -0300 Subject: [PATCH] [mezuro] Exposing message --- plugins/mezuro/test/functional/mezuro_plugin_profile_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mezuro/test/functional/mezuro_plugin_profile_controller_test.rb b/plugins/mezuro/test/functional/mezuro_plugin_profile_controller_test.rb index 2a5215b..e4013db 100644 --- a/plugins/mezuro/test/functional/mezuro_plugin_profile_controller_test.rb +++ b/plugins/mezuro/test/functional/mezuro_plugin_profile_controller_test.rb @@ -76,7 +76,7 @@ class MezuroPluginProfileControllerTest < ActionController::TestCase end should 'assign configuration and collector name in choose_metric' do - #TODO Mockar cliente + fail "Need to mock client" get :choose_metric, :profile => @profile.identifier, :configuration_name => "test name", :collector_name => "Collector A" assert_equal assigns(:configuration_name), "test name" assert_equal assigns(:collector_name), "Collector A" -- libgit2 0.21.2