Commit d4addbf0066d1ba806d6770b6c945aa2c25b5159
Committed by
João M. M. da Silva
1 parent
2fff0da4
Exists in
master
and in
29 other branches
[Mezuro] Fixed misspeling on file configuration_content_test.rb
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/test/unit/mezuro_plugin/configuration_content_test.rb
| ... | ... | @@ -42,7 +42,7 @@ class ConfigurationContentTest < ActiveSupport::TestCase |
| 42 | 42 | @content.send :send_configuration_to_service |
| 43 | 43 | end |
| 44 | 44 | |
| 45 | - should 'remove project from service' do | |
| 45 | + should 'remove configuration from service' do | |
| 46 | 46 | Kalibro::Client::ConfigurationClient.expects(:remove).with(@content.name) |
| 47 | 47 | @content.send :remove_configuration_from_service |
| 48 | 48 | end | ... | ... |