summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec/unit/ssl/host.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/ssl/host.rb b/spec/unit/ssl/host.rb
index 36d2ed2e6..18cae2b62 100755
--- a/spec/unit/ssl/host.rb
+++ b/spec/unit/ssl/host.rb
@@ -629,6 +629,7 @@ describe Puppet::SSL::Host do
before do
@crl = stub 'crl', :content => "real_crl"
Puppet::SSL::CertificateRevocationList.stubs(:find).returns @crl
+ Puppet.settings.stubs(:value).with(:certificate_revocation).returns true
end
it "should add the CRL" do