inspec/test/unit/mock/profiles/deprecation/bare/controls/bare.rb
Miah Johnson 2a1b1d8e88 Remove all leading newlines.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-31 11:43:44 -07: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