inspec/test/fixtures/profiles/control_metadata/controls/example.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

11 lines
308 B
Ruby

control 'tmp-1.0' do
impact 0.7
title 'Create /tmp directory'
description 'Default description'
description rational: 'Rational for the metadata test control'
description 'something else': 'Even more metadata for the test control'
describe 'a thing' do
it { should cmp 'a thing' }
end
end