diff --git a/plugins/mezuro/test/unit/mezuro_plugin/project_content_test.rb b/plugins/mezuro/test/unit/mezuro_plugin/project_content_test.rb index 8d391ea..3582ab7 100644 --- a/plugins/mezuro/test/unit/mezuro_plugin/project_content_test.rb +++ b/plugins/mezuro/test/unit/mezuro_plugin/project_content_test.rb @@ -39,4 +39,8 @@ class ProjectContentTest < Test::Unit::TestCase @content.send :send_project_to_service end + should 'remove project from service' do + Kalibro::Client::ProjectClient.expects(:remove).with(@project.name) + @content.send :remove_project_from_service + end end -- libgit2 0.21.2