mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +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
|