mirror of
https://github.com/inspec/inspec
synced 2025-01-11 20:59:19 +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
|