1.5.0 (2018-05-21)¶ ↑
-
Fix use with minitest 5.11+ by using Minitest::Result in such cases (GUI) (#15)
1.4.2 (2017-09-12)¶ ↑
-
Don't modify test instance name if before_all/after_all cause an error (jeremyevans) (#14)
-
Set around_all test instance name to strings so that exceptions in {before,after,around}_all don't break reporters (jeremyevans) (#14)
-
Set time to 0 for around_all test instance so that exceptions in {before,after,around}_all don't break reporters (jeremyevans) (#13, #14)
1.4.1 (2017-07-31)¶ ↑
-
Set test/spec name correctly when running before(:all)/after(:all)/around(:all) hooks (rcrogers, jeremyevans) (#12)
1.4.0 (2015-11-17)¶ ↑
-
Handle errors in before(:all)/after(:all)/around(:all) hooks (jeremyevans)
1.3.0 (2015-08-17)¶ ↑
-
Don't run before_all/after_all/around_all hooks for classes with no tests/specs when using minitest >= 5.8.0 (jeremyevans) (#7)
1.2.0 (2015-07-02)¶ ↑
-
Add minitest/hooks/test file, which doesn't require minitest/spec (janko-m) (#9, #10)
1.1.0 (2015-05-11)¶ ↑
-
Remove unnecessary module inclusion (jeremyevans)
-
Add block-based around and around(:all) support (jeremyevans)
1.0.1 (2015-04-26)¶ ↑
-
Fix homepage in gemspec (jeremyevans)
1.0.0 (2015-04-26)¶ ↑
-
Initial Public Release