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