Merge pull request #4182 from inspec/oops

oops. sorry. cleaned test output.
This commit is contained in:
Miah Johnson 2019-06-04 10:39:11 -07:00 committed by GitHub
commit 1a4ea3b8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,6 @@ describe 'inputs' do
it 'includes the legacy --attrs option' do
result = run_inspec_process('exec help', lock: true)
lines = result.stdout.split("\n")
p lines
line = lines.detect { |l| l.include? '--attrs' }
line.wont_be_nil
end