inspec/test/fixtures/profiles/exception-in-control
Tim Smith 403647c3e4 Fix typos identified by cspell
Just a pile of misc typos

Signed-off-by: Tim Smith <tsmith@chef.io>
2021-08-30 16:49:46 -07:00
..
controls Fix typos identified by cspell 2021-08-30 16:49:46 -07:00
inspec.yml Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
README.md Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00

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.