mirror of
https://github.com/inspec/inspec
synced 2024-12-11 13:54:07 +00:00
3 lines
101 B
Ruby
3 lines
101 B
Ruby
describe command('touch /tmp/inspec_test_DONT_CREATE') do
|
|
its('exit_status') { should eq 123 }
|
|
end
|