- Fix reporting of
aggregate_failureserrors. - Add this gem's files to the backtrace filter RSpec uses to exclude its own files from failure messages.
- Implement
--fail-fastsupport.
- Fix
--profilesupport. Thanks @peret.
- Update the RSpec example persistence file after each run. Thanks @bagedevimo.
- Fix more calls to deprecated
ActiveRecord::Base.configurations[].
- Exit workers promptly if asked to quit.
- Wrap
Exceptionobjects so they can always be dumped and loaded, even if they contain non-marshallable objects such asProcs or anonymous classes.
- Increase default workers from 2 to 4.
- Fix behavioral inconsistency with rspec-core in nested describe blocks on helper methods with clashing
letmethods.
- Fix incompatibility with
rspec --profile.
- Fix error when used in projects without ActiveSupport. Thanks @erikpaasonen.
- Fix deprecation warnings from
ActiveRecord::Base.configurations[].
- Add a default
parallel_rspecrake task. - Add task descriptions for
rake --tasks.
- Remove an unnecessary dev dependency to pacify dependabot.
- Add
after_forkhook andrunning?method. Thanks @mogest. - Upgrade for compatibility with Rails 6.1 and RSpec 3.10. Thanks @mogest.
- 9924295 Make the Railtie load optional.
- 6366f07 Add require to the recommended Rakefile for people not using Rails.
- 1a5ec3d Fix rake and rspec dependencies.