mirror of
https://github.com/inspec/inspec
synced 2024-12-24 20:13:16 +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
|