mirror of
https://github.com/inspec/inspec
synced 2024-12-20 10:03:28 +00:00
6f4bd2413d
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
5 lines
113 B
Ruby
5 lines
113 B
Ruby
control 'CONTROL super' do
|
|
describe 'skippy' do
|
|
skip 'This will be skipped super intentionally.'
|
|
end
|
|
end
|