mirror of
https://github.com/inspec/inspec
synced 2024-12-11 22:02:47 +00:00
41087c5ec6
Signed-off-by: James Stocks <jstocks@chef.io>
8 lines
No EOL
180 B
Ruby
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 |