- Added: Rerun tests executable
- Changed: Also strip file paths when writing to .minitest_failed_tests.txt
- Fixed: Strip leading whitespace from failure locations in output
- Set dependency versions with >= so they do not enforce old versions
- Add support for Ruby 2.6
- 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)