inspec/test/fixtures/profiles/skippy-controls/controls/skipper.rb

6 lines
113 B
Ruby
Raw Normal View History

2016-09-20 16:03:43 +00:00
control 'CONTROL super' do
describe 'skippy' do
skip 'This will be skipped super intentionally.'
end
end