mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Merge pull request #4182 from inspec/oops
oops. sorry. cleaned test output.
This commit is contained in:
commit
1a4ea3b8ce
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue