Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 566 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 566 Bytes

[0.2.3] - 2024-05-26

  • Added: Rerun tests executable

[0.2.2] - 2024-05-25

  • Changed: Also strip file paths when writing to .minitest_failed_tests.txt

[0.2.1] - 2023-03-31

  • Fixed: Strip leading whitespace from failure locations in output
  • Set dependency versions with >= so they do not enforce old versions

[0.2.0] - 2021-09-12

  • Add support for Ruby 2.6

[0.1.3] - 2021-09-09

  • Initial release
  • Outputs to console
  • Outputs to file
  • Rerun must be done semi-manually via something like bundle exec rails test $(cat .minitest_failed_tests.txt)