mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Turn off logging after the configure_logger tests.
Please do not increase the amount of noise our tests have from here on out. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
a0f9487f9d
commit
40d74cb5be
1 changed files with 5 additions and 1 deletions
|
@ -18,8 +18,12 @@ EOF
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
describe 'configure_logger' do
|
||||
after do
|
||||
Inspec::Log.init
|
||||
Inspec::Log.level = :fatal
|
||||
end
|
||||
|
||||
let(:options) do
|
||||
o = {
|
||||
'log_location' => STDERR,
|
||||
|
|
Loading…
Reference in a new issue