inspec/test/fixtures/profiles/exception-in-control
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00
..
controls Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08: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.