summaryrefslogtreecommitdiffstats
path: root/spec/unit
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-02-14 21:57:14 -0600
committerLuke Kanies <luke@madstop.com>2009-02-14 21:57:14 -0600
commit327ee17d607937dec007482d1c81bae63c01bf52 (patch)
tree8ac06cf4f491d030c9b904173f550040fc6777a0 /spec/unit
parent8adb599f14040f1ed00a2d5bf7cfa3c22715cba4 (diff)
downloadpuppet-327ee17d607937dec007482d1c81bae63c01bf52.tar.gz
puppet-327ee17d607937dec007482d1c81bae63c01bf52.tar.xz
puppet-327ee17d607937dec007482d1c81bae63c01bf52.zip
Removing a test that was too dependant on order.
It wasn't a terribly useful test anyway, since no one depends on that individual configuration. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit')
-rwxr-xr-xspec/unit/ssl/certificate_request.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/ssl/certificate_request.rb b/spec/unit/ssl/certificate_request.rb
index 5d0de0814..85e1d5470 100755
--- a/spec/unit/ssl/certificate_request.rb
+++ b/spec/unit/ssl/certificate_request.rb
@@ -22,10 +22,6 @@ describe Puppet::SSL::CertificateRequest do
@class.new("myname").name.should == "myname"
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