inspec/test/unit/mock/profiles/git-fetcher/relative-shallow/controls/top-level.rb
Clinton Wolfe 80241ec971 Passing basic test harness
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-07-30 13:38:02 -04:00

7 lines
No EOL
127 B
Ruby

include_controls 'child-01'
control 'top-level-01' do
describe 'always-pass' do
it { should cmp 'always-pass'}
end
end