summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-16 07:46:52 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-16 09:58:55 -0800
commit4550c49822bbaa4e734591840d0f27838db1d83f (patch)
tree215eef2c73ff852547d3459d52350e736f98f12b
parent3c25eeed8d893518ded06bf21ffc015f2ac45f1e (diff)
downloadchef-4550c49822bbaa4e734591840d0f27838db1d83f.tar.gz
Removing unecessary comment - no longer applies since running in sub process
-rw-r--r--spec/functional/audit/runner_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/functional/audit/runner_spec.rb b/spec/functional/audit/runner_spec.rb
index 9990936499..89c62ae2e8 100644
--- a/spec/functional/audit/runner_spec.rb
+++ b/spec/functional/audit/runner_spec.rb
@@ -47,9 +47,7 @@ describe Chef::Audit::Runner do
before do
Chef::Config[:log_location] = stdout
end
-
- # When running these, because we are not mocking out any of the formatters we expect to get dual output on the
- # command line
+
describe "#run" do
let(:audits) { {} }