The current behaviour is that Specifications will only run until they reach an error. This means all subsequent validators in a specification will not get run, and so the test will not report on further issues.
Specifications should run all of their validations and continue on error so that all assertion errors are reported.
The current behaviour is that Specifications will only run until they reach an error. This means all subsequent validators in a specification will not get run, and so the test will not report on further issues.
Specifications should run all of their validations and continue on error so that all assertion errors are reported.