mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
|
describe command('touch /tmp/inspec_test_DONT_CREATE') do
|
||
|
its(:exit_status) { should eq 123 }
|
||
|
end
|