Skip to content

Aggregate failures

gitlab-qa-bot requested to merge aggregate-failures into master

Created by: myronmarston

This is the necessary changes for rspec/rspec-expectations#776 so that mock expectation failures are aggregated, too.

  • Error raising was scattered around rspec-mocks so I spent some effort centralizing it in the error generator, which solved #646 (closed).
  • With the error raising centralized it was pretty easy to use the RSpec::Support failure notifier.

Merge request reports