mirror of
https://github.com/inspec/inspec
synced 2025-02-25 11:57:17 +00:00
7 lines
No EOL
139 B
Ruby
7 lines
No EOL
139 B
Ruby
include_controls 'none-such-01'
|
|
|
|
control 'relative-nonesuch-01' do
|
|
describe 'always-pass' do
|
|
it { should cmp 'always-pass'}
|
|
end
|
|
end |