inspec/test/unit/mock/profiles/git-fetcher/relative-deep/controls/relative-deep.rb

7 lines
131 B
Ruby
Raw Normal View History

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