summaryrefslogtreecommitdiff
path: root/spec/unit/handler_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-04-23 16:00:10 -0700
committerdanielsdeleo <dan@getchef.com>2014-04-24 09:49:53 -0700
commitf3a436d4b20280e3bdfb4421b3ab97d9828cdff1 (patch)
treee6f858f378344ca2c13091c550979685c0bf59ea /spec/unit/handler_spec.rb
parentfdd3027dfe6043450ecde232e055df10099e003f (diff)
downloadchef-f3a436d4b20280e3bdfb4421b3ab97d9828cdff1.tar.gz
Supress stdout/err output from knife tests
Diffstat (limited to 'spec/unit/handler_spec.rb')
-rw-r--r--spec/unit/handler_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/handler_spec.rb b/spec/unit/handler_spec.rb
index 80d9df5e82..3a7e046dd5 100644
--- a/spec/unit/handler_spec.rb
+++ b/spec/unit/handler_spec.rb
@@ -107,7 +107,6 @@ describe Chef::Handler do
$report_ran = false
def @handler.report
$report_ran = true
- puts "I'm AOK here."
end
lambda {@handler.run_report_safely(@run_status)}.should_not raise_error
$report_ran.should be_true