mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
8 lines
200 B
Ruby
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
|