mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
1a00853cd8
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
9 lines
No EOL
179 B
Ruby
9 lines
No EOL
179 B
Ruby
title 'Test case 3 for exceptions controls'
|
|
|
|
control 'a control with an undefined method' do
|
|
plowshares = swords.beat
|
|
end
|
|
|
|
control 'a control with a divide-by-zero' do
|
|
1/0
|
|
end |