Skip to content

Releases: houen/minitest-rerun-failed

v0.2.1

04 Dec 17:35
Compare
Choose a tag to compare

What's Changed

  • Fix gem name in instructions and add Rails usage information by @j-manu in #2
  • Set dependency versions with >= so they do not enforce old versions

New Contributors

  • @j-manu made their first contribution in #2

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Sep 14:01
6bbbe05
Compare
Choose a tag to compare
  • Add support for Ruby 2.6

v0.1.3

10 Sep 20:02
Compare
Choose a tag to compare
  • Outputs to console
  • Outputs to file
  • Rerun must be done semi-manually via something like bundle exec rails test $(cat .minitest_failed_tests.txt)