[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Pieter van de Bruggen
pieter at puppetlabs.com
Tue May 10 08:18:51 UTC 2011
The following commit has been merged in the experimental branch:
commit 040e0fdaacb767d61ef07a41098ebb9c998738e4
Author: Pieter van de Bruggen <pieter at puppetlabs.com>
Date: Fri Apr 29 15:47:08 2011 -0700
(Maint.) Fix accidental debug output in tests.
Reviewed-By: Daniel Pittman
diff --git a/spec/unit/interface/action_spec.rb b/spec/unit/interface/action_spec.rb
index f8102f4..ccd7915 100755
--- a/spec/unit/interface/action_spec.rb
+++ b/spec/unit/interface/action_spec.rb
@@ -350,7 +350,7 @@ describe Puppet::Interface::Action do
option("-q", "--action-quux") { after_action { |_,_,_| report :action_quux } }
option("-a") { after_action { |_,_,_| report :a } }
option("--action-baz") { after_action { |_,_,_| report :action_baz } }
- when_invoked { |options| warn options.inspect }
+ when_invoked { }
end
option("-u", "--face-quux") { after_action { |_,_,_| report :face_quux } }
option("-f") { after_action { |_,_,_| report :f } }
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list