[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Daniel Pittman
daniel at puppetlabs.com
Tue May 10 08:10:27 UTC 2011
The following commit has been merged in the experimental branch:
commit 6554fd3b895c704e8e025c5bb9d71863fff4c338
Author: Daniel Pittman <daniel at puppetlabs.com>
Date: Fri Apr 1 13:11:18 2011 -0700
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 at puppetlabs.com>
diff --git a/spec/unit/application/certificate_spec.rb b/spec/unit/application/certificate_spec.rb
old mode 100644
new mode 100755
index 0688666..6666f54
--- 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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list