mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io> |
||
---|---|---|
.. | ||
controls | ||
inspec.yml | ||
README.md |
Regression test for issue 2981
Are exceptions in control blocks, outside of describe blocks, properly handled?
Properly means the run does not abort, no stacktrace, and the control fails. Unspecified if subsequent describe blocks within the control are expected to run.