inspec/test/fixtures/profiles/git-fetcher/relative-shallow/controls/top-level.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08: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