-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG
51 lines (26 loc) · 1.5 KB
/
CHANGELOG
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== 1.5.2 (2024-08-14)
* Fix use with minitest 5.25+ (paracycle) (#27, #28)
=== 1.5.1 (2023-07-27)
* Do not include specs or Rakefile in the gem (jeremyevans)
* Fix use with minitest 5.19+ by using Minitest instead of MiniTest as the constant (jeremyevans)
=== 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