summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/certificate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/ssl/certificate.rb')
-rwxr-xr-xspec/unit/ssl/certificate.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/ssl/certificate.rb b/spec/unit/ssl/certificate.rb
index a092c6abe..0d48991ad 100755
--- a/spec/unit/ssl/certificate.rb
+++ b/spec/unit/ssl/certificate.rb
@@ -21,10 +21,6 @@ describe Puppet::SSL::Certificate do
@class.indirection.name.should == :certificate
end
- it "should default to the :file terminus" do
- @class.indirection.terminus_class.should == :file
- end
-
it "should only support the text format" do
@class.supported_formats.should == [:s]
end