parallel_rspec
parallel_rspec copied to clipboard
RSpec::Expectations::MultipleExpectationsNotMetError not formatted properly
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.