1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# Next
# v5.7.1
- support disabling interrupt handling to avoid minitest-reporters bug with MAXITEST_NO_INTERRUPT=true
# v5.7.0
- support minitest 5.25
# v5.6.0
- support minitest 5.24
# v5.5.0
- support minitest 5.23
# v5.4.0
- support minitest 5.20
# v5.3.1
- remove MiniTest usage to make Zeitwerk happy
# v5.3.0
- `pending "broken", if: ENV["CI"] do`
- `with_env`
- `capture_stderr` + `capture_stdout`
- hide maxitest backtraces by default
# v5.2.0
- support minitest 5.19
# v5.1.0
- support `before :all`
- block invalid `after :all` and `around :all`
# v5.0.0
- add minitest 5.14 support
- drop EOL rubies (<=2.7) and minitest versions
|