mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
58e8bc5167
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
14 lines
243 B
Ruby
14 lines
243 B
Ruby
|
|
control 'start_marker' do
|
|
describe('dummy_test_01') do
|
|
it { should cmp 'dummy_test_01'}
|
|
end
|
|
end
|
|
|
|
discard_me = input('required_01')
|
|
|
|
control 'end_marker' do
|
|
describe('dummy_test_04') do
|
|
it { should cmp 'dummy_test_04'}
|
|
end
|
|
end
|