From 63c122f397c915cb1bec1a645958c808da92dce4 Mon Sep 17 00:00:00 2001 From: Markus Roberts Date: Sun, 16 May 2010 14:41:56 -0700 Subject: Fixing tests broken by Luke's CRL flag patch. --- spec/unit/ssl/host.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit