Update rspec guidelines for aggregating failures
- Typically when we write tests, we try to only use one expectation per test. However, that isn't always optimal. So in those cases where we have more than one expectation, we should try to use :aggregate_failures in order to see all the failures in a test block at once and not have to piecemeal through it as we get each to pass.
Showing
Please register or sign in to comment