mirror of
https://github.com/inspec/inspec
synced 2024-12-20 10:03:28 +00:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
|
control 'basic-local-01' do
|
||
|
describe 'always-pass' do
|
||
|
it { should cmp 'always-pass'}
|
||
|
end
|
||
|
end
|