-
Notifications
You must be signed in to change notification settings - Fork 44
/
History.txt
123 lines (64 loc) · 2.21 KB
/
History.txt
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
=== 1.0.2 / 01-02-2014
* 1 bug fix:
* Fix assert_directory returns nil instead of owner/group of the directory
=== 1.0.1 / 04-24-2013
* 1 bug fix:
* Fix the minitest dependency specifier.
=== 1.0.0 / 03-29-2013
* 1 new feature:
* More assertions.
=== 0.6.9 / 03-23-2013
* 1 bug fix:
* Do not check results when there are no tests.
=== 0.6.8 / 03-03-2013
* 1 bug fix:
* Really really support auto-discovery of test paths under chef version 11.
=== 0.6.7 / 02-07-2013
* 1 bug fix:
* Support auto-discovery of test paths under chef version 11.
=== 0.6.6 / 02-07-2013
* 1 bug fix:
* Expand relative paths when requiring test files.
=== 0.6.5 / 01-06-2013
* 1 bug fix:
* Add minitest report to the exception in order to have more visibility in the failures and errors.
=== 0.6.4 / 12-02-2012
* 1 bug fix:
* No longer directly include MiniTest::Assertions in order to avoid using the wrong mixins.
Resolves issue 34. Reported by Leif Madsen (@leifmadsen). Fix suggested by Andrew Crump (@acrmp).
=== 0.6.3 / 09-25-2012
* 1 bug fix:
* Fix usage of Chef::Platform.provider_for_resource usage with Chef >= 10.14.0.
=== 0.6.2 / 09-16-2012
* 1 bug fix:
* Print MiniTest output in every Chef logger configured.
=== 0.6.1 / 08-22-2012
* 1 bug fix:
* Raise error on test errors.
=== 0.6.0 / 07-13-2012
* 1 new feature:
* Support for delivering test results in JUnit format using ci-reporter gem.
=== 0.5.4 / 07-10-2012
* 1 bug fix:
* Fix cookbook's path lookup when Chef's cookbook_path is an Array instead of a String.
=== 0.5.3 / 07-10-2012
* 1 bug fix:
* Fix cookbook's path lookup when Chef's cookbook_path is an Array instead of a String.
=== 0.5.2 / 06-25-2012
* 1 bug fix:
* Prevent a premature failure when resources have nil owner, group and mode.
=== 0.5.1 / 05-31-2012
* 1 new feature:
* Raise error on test failures.
=== 0.5.0 / 05-02-2012
* 1 new feature:
* Load tests and specs automatically according to the seen recipes.
=== 0.4.0 / 04-20-2012
* 2 new features:
* Add spec cases support.
* Add custom assertions support.
=== 0.3.0 / 04-10-2012
* 1 bug fix:
* Call the right runner method in old versions of Minitest.
=== 0.2.0
* Fist official release.