inspec/test/unit/mock/profiles/git-fetcher/basic-local/controls/basic-local.rb
Clinton Wolfe 12fcb24932 Experiment with git subrepo storage
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:36:20 -04:00

5 lines
No EOL
100 B
Ruby

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