inspec/test/fixtures/profiles/skippy-profile-os/controls/one.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

3 lines
101 B
Ruby

describe command('touch /tmp/inspec_test_DONT_CREATE') do
its('exit_status') { should eq 123 }
end