summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/host.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/ssl/host.rb')
-rwxr-xr-xspec/unit/ssl/host.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/host.rb b/spec/unit/ssl/host.rb
index e4140f44c..38a1f3ed9 100755
--- a/spec/unit/ssl/host.rb
+++ b/spec/unit/ssl/host.rb
@@ -673,7 +673,7 @@ describe Puppet::SSL::Host do
@host.expects(:exit).with(1).raises(SystemExit)
lambda { @host.wait_for_cert(0) }.should raise_error(SystemExit)
end
-
+
it "should exit if the wait time is 0 and it can neither find nor retrieve a certificate" do
@host.stubs(:certificate).returns nil
@host.expects(:generate)