inspec/test/unit/mock/profiles/git-fetcher/relative-deep/controls/relative-deep.rb
Clinton Wolfe e9ef8e25a3 Deep dependency works
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

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