mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
fb54c4ea24
Instead of just removing all tests because of OS support, supports now acts by adding all tests to the execution context, but doesnt actually execute them. Instead tests are set to skip before they get to the actual execution context
3 lines
100 B
Ruby
3 lines
100 B
Ruby
describe command('touch /tmp/inspec_test_DONT_CREATE') do
|
|
its(:exit_status) { should eq 123 }
|
|
end
|