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

9 lines
200 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