summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/certificate_authority/interface_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/ssl/certificate_authority/interface_spec.rb')
-rwxr-xr-xspec/unit/ssl/certificate_authority/interface_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/certificate_authority/interface_spec.rb b/spec/unit/ssl/certificate_authority/interface_spec.rb
index f3b9107c5..4d76b7e70 100755
--- a/spec/unit/ssl/certificate_authority/interface_spec.rb
+++ b/spec/unit/ssl/certificate_authority/interface_spec.rb
@@ -215,7 +215,7 @@ describe Puppet::SSL::CertificateAuthority::Interface do
end
end
- describe "and :signed was provided" do
+ describe "and :signed was provided" do
it "should print a string containing all signed certificate requests and certificates" do
@ca.expects(:list).returns %w{host1 host2}