• Doug Stull's avatar
    Update rspec guidelines for aggregating failures · 8bf80409
    Doug Stull authored
    - 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.
    8bf80409
best_practices.md 26.1 KB