Commit d4addbf0066d1ba806d6770b6c945aa2c25b5159

Authored by Alessandro Palmeira + João M. M. da Silva
Committed by João M. M. da Silva
1 parent 2fff0da4

[Mezuro] Fixed misspeling on file configuration_content_test.rb

plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb
@@ -42,7 +42,7 @@ class ConfigurationContentTest < ActiveSupport::TestCase @@ -42,7 +42,7 @@ class ConfigurationContentTest < ActiveSupport::TestCase
42 @content.send :send_configuration_to_service 42 @content.send :send_configuration_to_service
43 end 43 end
44 44
45 - should 'remove project from service' do 45 + should 'remove configuration from service' do
46 Kalibro::Client::ConfigurationClient.expects(:remove).with(@content.name) 46 Kalibro::Client::ConfigurationClient.expects(:remove).with(@content.name)
47 @content.send :remove_configuration_from_service 47 @content.send :remove_configuration_from_service
48 end 48 end