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

7 lines
139 B
Ruby
Raw Normal View History

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