qrush / m

A Test::Unit runner that can run tests by line number.
MIT License
375 stars 59 forks source link

Work with minitest 5.19+ #108

Open jeremyevans opened 1 year ago

jeremyevans commented 1 year ago

Minitest 5.19 broke backwards compatibility and removed the Minitest::Unit::VERSION constant. This uses the Minitest::VERSION constant if the Minitest::Unit::VERSION constant is not available.

MonsieurTa commented 1 year ago

Work around is to set MT_COMPAT in environment variable while waiting this merge.

https://my.diffend.io/gems/minitest/5.18.1/5.19.0