- Performance improvements - @tmertens
- Fix minitest 5 compatibilty - @bbozo
- Depend on minitest >= 4.7, < 6.0
- Add more compact syntax
- Dropping 1.8 & REE, and adding 2.0 support
- Depend on minitest ~> 4.7
- Reorganize file structure, extract MiniTest::Metadata
- No need for calculation of test method name - @splattael
- minitest/spec is already loaded by minitest/autorun - @simi
- Initial release