diff options
Diffstat (limited to 'spec/gitlab_shell_spec.rb')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index 4ca7984..f3aba54 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -150,11 +150,6 @@ describe GitlabShell do it "should not execute the command" do subject.should_not_receive(:exec_cmd) end - - it "should log the failed connection" do - message = "gitlab-shell: Failed to connect to internal API" - $logger.should_receive(:warn).with(message) - end end end |