inspec/test/unit/mock/profiles/deprecation/bare/controls/bare.rb

10 lines
201 B
Ruby
Raw Normal View History

# 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