inspec/test/unit/mock/profiles/control_metadata/controls/example.rb
Miah Johnson 2a1b1d8e88 Remove all leading newlines.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-31 11:43:44 -07: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