mirror of
https://github.com/inspec/inspec
synced 2025-01-02 00:09:01 +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 |