mirror of
https://github.com/inspec/inspec
synced 2024-12-29 22:43:25 +00:00
6 lines
113 B
Ruby
6 lines
113 B
Ruby
|
control 'CONTROL super' do
|
||
|
describe 'skippy' do
|
||
|
skip 'This will be skipped super intentionally.'
|
||
|
end
|
||
|
end
|