mirror of
https://github.com/inspec/inspec
synced 2024-12-22 11:03:11 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
No EOL
100 B
Ruby
5 lines
No EOL
100 B
Ruby
control 'basic-local-01' do
|
|
describe 'always-pass' do
|
|
it { should cmp 'always-pass'}
|
|
end
|
|
end |