From 040e0fdaacb767d61ef07a41098ebb9c998738e4 Mon Sep 17 00:00:00 2001 From: Pieter van de Bruggen Date: Fri, 29 Apr 2011 15:47:08 -0700 Subject: (Maint.) Fix accidental debug output in tests. Reviewed-By: Daniel Pittman --- spec/unit/interface/action_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/interface/action_spec.rb b/spec/unit/interface/action_spec.rb index f8102f435..ccd791575 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 } } -- cgit