mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Tests shouldn't output. Ever.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
7189f2e21a
commit
fdc82b7d12
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require "inspec/runner"
|
||||||
require "fetchers/mock"
|
require "fetchers/mock"
|
||||||
|
|
||||||
describe Inspec::Runner do
|
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
|
it "bug #4524" do
|
||||||
file = <<-RUBY
|
file = <<-RUBY
|
||||||
|
|
Loading…
Reference in a new issue