summaryrefslogtreecommitdiffstats
path: root/spec/unit/application
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-01 13:11:18 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-02 15:51:23 -0700
commit6554fd3b895c704e8e025c5bb9d71863fff4c338 (patch)
treef06360a006339cebf811a7b11d4635728898c4fd /spec/unit/application
parent56ba0a25753c7d6a736efa0c58fa0bb664e219c2 (diff)
MAINT: delete a test that can't work on 2.6.
The methods being tested are not available in the 2.6 series, and the test itself is relatively weak, so rather than try to fix it we eliminate it in favour of other testing of the same behaviour. Reviewed-By: Pieter van de Bruggen <pieter@puppetlabs.com>
Diffstat (limited to 'spec/unit/application')
-rwxr-xr-x[-rw-r--r--]spec/unit/application/certificate_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/application/certificate_spec.rb b/spec/unit/application/certificate_spec.rb
index 0688666de..6666f54f7 100644..100755
--- a/spec/unit/application/certificate_spec.rb
+++ b/spec/unit/application/certificate_spec.rb
@@ -13,9 +13,4 @@ describe Puppet::Application::Certificate do
it "should have a 'ca' option" do
Puppet::Application::Certificate.new.should respond_to(:handle_ca_location)
end
-
- it "should set the CA location using the 'ca' option" do
- Puppet::Application::Certificate.new.handle_ca_location("local")
- Puppet::SSL::Host.indirection.terminus_class.should == :file
- end
end