inspec/test/fixtures/profiles/skippy-controls/controls/skipper.rb
Vasu1105 6f4bd2413d Fixed failing test
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-04 17:24:28 +05:30

5 lines
113 B
Ruby

control 'CONTROL super' do
describe 'skippy' do
skip 'This will be skipped super intentionally.'
end
end