diff --git a/plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb b/plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb index 08583f8..385dd0d 100644 --- a/plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb +++ b/plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb @@ -42,7 +42,7 @@ class ConfigurationContentTest < ActiveSupport::TestCase @content.send :send_configuration_to_service end - should 'remove project from service' do + should 'remove configuration from service' do Kalibro::Client::ConfigurationClient.expects(:remove).with(@content.name) @content.send :remove_configuration_from_service end -- libgit2 0.21.2