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:
Ryan Davis 2019-05-17 17:41:19 -07:00
parent a0f9487f9d
commit 40d74cb5be

View file

@ -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,