diff options
author | Markus Roberts <Markus@reality.com> | 2010-05-16 14:41:56 -0700 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | 63c122f397c915cb1bec1a645958c808da92dce4 (patch) | |
tree | 3038e117bbd5f38f041d3448e14f35958e9857c4 | |
parent | 91e6022e3e27df8cf8194e5ded98c206b42a2d11 (diff) | |
download | puppet-63c122f397c915cb1bec1a645958c808da92dce4.tar.gz puppet-63c122f397c915cb1bec1a645958c808da92dce4.tar.xz puppet-63c122f397c915cb1bec1a645958c808da92dce4.zip |
Fixing tests broken by Luke's CRL flag patch.
-rwxr-xr-x | spec/unit/ssl/host.rb | 1 |
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 |