- fix backtrace cleaner not ignoring maxitest traces
- update vendored gems
- only support minitest 6 (which does not work with any released rails version)
- removed
mtestbinary, useminitestinstead - stoped using alias method chaining, so things might break if you have other minitest extensions
- use frozen strings everywhere
- test and unblock ruby 4
- test with minitest 5.26 and 5.27
- fix unused block warning for
xiton ruby 3.4
- drop support for Ruby <=3.1 and minitest <5.20, test on ruby 3.4
- bin/rails test line bug
- support disabling interrupt handling to avoid minitest-reporters bug with MAXITEST_NO_INTERRUPT=true
- support minitest 5.25
- support minitest 5.24
- support minitest 5.23
- support minitest 5.20
- remove MiniTest usage to make Zeitwerk happy
pending "broken", if: ENV["CI"] dowith_envcapture_stderr+capture_stdout- hide maxitest backtraces by default
- support minitest 5.19
- support
before :all - block invalid
after :allandaround :all
- add minitest 5.14 support
- drop EOL rubies (<=2.7) and minitest versions