inspec/test/unit/mock/profiles/git-fetcher/relative-combo/controls/relative-combo.rb
Clinton Wolfe fab58b590e Combo relative test in place
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

8 lines
No EOL
160 B
Ruby

include_controls 'child-01'
include_controls 'child-02'
control 'relative-combo-01' do
describe 'always-pass' do
it { should cmp 'always-pass'}
end
end