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

7 lines
139 B
Ruby
Raw Normal View History

include_controls 'none-such-01'
control 'relative-nonesuch-01' do
describe 'always-pass' do
it { should cmp 'always-pass'}
end
end