mirror of
https://github.com/inspec/inspec
synced 2024-12-23 11:33:14 +00:00
659b4b373a
Signed-off-by: Miah Johnson <miah@chia-pet.org>
9 lines
201 B
Ruby
9 lines
201 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
|