summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
diff options
context:
space:
mode:
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