Skip to content

Releases: willbryant/parallel_rspec

v3.0.0

01 Jan 02:19

Choose a tag to compare

  • Fix reporting of aggregate_failures errors.
  • Add this gem's files to the backtrace filter RSpec uses to exclude its own files from failure messages.
  • Implement --fail-fast support.

v2.6.0

03 Nov 22:30

Choose a tag to compare

What's Changed

  • Fix typo in README by @xMartin in #13
  • Fix crash when used with rspec profile formatter by @peret in #15

New Contributors

Full Changelog: v2.5.0...v2.6.0

2.5.0

03 Jun 10:25

Choose a tag to compare

  • Update the RSpec example persistence file after each run. Thanks @bagedevimo.