mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
e9ef8e25a3
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
7 lines
No EOL
131 B
Ruby
7 lines
No EOL
131 B
Ruby
include_controls 'child-02'
|
|
|
|
control 'relative-deep-01' do
|
|
describe 'always-pass' do
|
|
it { should cmp 'always-pass'}
|
|
end
|
|
end |