inspec/test/fixtures/profiles/git-fetcher/relative-empty/controls/relative-empty.rb

7 lines
135 B
Ruby
Raw Normal View History

include_controls 'basic-local'
control 'relative-empty-01' do
describe 'always-pass' do
it { should cmp 'always-pass'}
end
end