parallel_rspec icon indicating copy to clipboard operation
parallel_rspec copied to clipboard

RSpec::Expectations::MultipleExpectationsNotMetError not formatted properly

Open willbryant opened this issue 3 months ago • 0 comments

When aggregate_failures is used in an example, regular rspec output will print a nested list of all the failures.

With parallel_rspec, we get the actual RSpec::Expectations::MultipleExpectationsNotMetError error itself. That's meant to be an rspec implementation detail.

willbryant avatar Nov 03 '25 22:11 willbryant