inspec/test/unit/mock/profiles/git-fetcher/relative-nonesuch/controls/relative-nonesuch.rb
Clinton Wolfe 4f6d296a22 The error case in which the path does not exist
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

7 lines
No EOL
139 B
Ruby

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