inspec/test/unit/mock/profiles/deprecation/bare/controls/bare.rb
Clinton Wolfe 642d8d61b6 Funcitonal tests pass; some unit tests fail
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00

10 lines
219 B
Ruby

# encoding: utf-8
# 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