Tests shouldn't output. Ever.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-10-31 01:55:32 -07:00
parent 7189f2e21a
commit fdc82b7d12

View file

@ -6,7 +6,7 @@ require "inspec/runner"
require "fetchers/mock"
describe Inspec::Runner do
let(:runner) { Inspec::Runner.new({ command_runner: :generic }) }
let(:runner) { Inspec::Runner.new({ command_runner: :generic, reporter: [] }) }
it "bug #4524" do
file = <<-RUBY