diff options
author | Luke Kanies <luke@madstop.com> | 2009-02-14 21:57:14 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2009-02-14 21:57:14 -0600 |
commit | 327ee17d607937dec007482d1c81bae63c01bf52 (patch) | |
tree | 8ac06cf4f491d030c9b904173f550040fc6777a0 | |
parent | 8adb599f14040f1ed00a2d5bf7cfa3c22715cba4 (diff) | |
download | puppet-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>
-rwxr-xr-x | spec/unit/ssl/certificate_request.rb | 4 |
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 |