inspec/test/fixtures/profiles/deprecation/bare/controls/bare.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

8 lines
200 B
Ruby

# Calling this outside a control should trigger a warning, not a failure
deprecation_tester.fail_me
control 'post-fail-check' do
describe 'test-01' do
it { should include 'test-01' }
end
end