summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-05-18 11:58:35 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commita15a70c7cda9962e56b16ed7129bf6772f1df038 (patch)
tree6ec986a816a025b4be32c590896601dc49de43ce /spec/unit/ssl
parent5988f76aac63c4cb33c3e138c830eaf8aa4abfff (diff)
downloadpuppet-a15a70c7cda9962e56b16ed7129bf6772f1df038.tar.gz
puppet-a15a70c7cda9962e56b16ed7129bf6772f1df038.tar.xz
puppet-a15a70c7cda9962e56b16ed7129bf6772f1df038.zip
Fixing tests broken by conceptual merge conflicts
A minor api change and an even less significant variable name change in earlier commits broke two test.
Diffstat (limited to 'spec/unit/ssl')
-rwxr-xr-xspec/unit/ssl/certificate_authority/interface.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/certificate_authority/interface.rb b/spec/unit/ssl/certificate_authority/interface.rb
index d38e31b1b..f3b9107c5 100755
--- a/spec/unit/ssl/certificate_authority/interface.rb
+++ b/spec/unit/ssl/certificate_authority/interface.rb
@@ -219,7 +219,7 @@ describe Puppet::SSL::CertificateAuthority::Interface do
it "should print a string containing all signed certificate requests and certificates" do
@ca.expects(:list).returns %w{host1 host2}
- @applier = @class.new(:list, :signed)
+ @applier = @class.new(:list, :to => :signed)
@applier.apply(@ca)
end