inspec/test/fixtures/profiles/basic_profile/controls/example.rb
James Stocks 41087c5ec6 Set profiles that fail to load as failed
Signed-off-by: James Stocks <jstocks@chef.io>
2020-07-02 13:33:07 +01:00

8 lines
No EOL
180 B
Ruby

control 'The letter a' do
impact 0.7
title 'The letter a'
desc 'It is very important that the letter a works correctly.'
describe 'a' do
it { should cmp 'a' }
end
end