|
7 | 7 |
|
8 | 8 | assert_equal <<~OUTPUT, output
|
9 | 9 | Parsing junit-1.xml
|
10 |
| - Parsing junit-3.xml |
11 | 10 | Parsing junit-2.xml
|
| 11 | + Parsing junit-3.xml |
12 | 12 | --- ❓ Checking failures
|
13 | 13 | There were no failures/errors 🙌
|
14 | 14 | OUTPUT
|
|
21 | 21 |
|
22 | 22 | assert_equal <<~OUTPUT, output
|
23 | 23 | Parsing junit-1.xml
|
24 |
| - Parsing junit-3.xml |
25 | 24 | Parsing junit-2.xml
|
| 25 | + Parsing junit-3.xml |
26 | 26 | --- ❓ Checking failures
|
27 | 27 | There are 4 failures/errors 😭
|
28 | 28 | --- ✍️ Preparing annotation
|
|
59 | 59 | ./spec/support/log.rb:17:in `run'
|
60 | 60 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
61 | 61 |
|
62 |
| - in <a href="#3">Job #3</a> |
| 62 | + in <a href="#2">Job #2</a> |
63 | 63 | </details>
|
64 | 64 |
|
65 | 65 | <details>
|
66 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
| 66 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
67 | 67 |
|
68 | 68 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
69 | 69 |
|
70 |
| - expected: 250 |
| 70 | + expected: 700 |
71 | 71 | got: 500
|
72 | 72 |
|
73 | 73 | (compared using eql?)
|
|
78 | 78 |
|
79 | 79 | in <a href="#3">Job #3</a>
|
80 | 80 | </details>
|
81 |
| - |
| 81 | +
|
82 | 82 | <details>
|
83 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
| 83 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
84 | 84 |
|
85 | 85 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
86 | 86 |
|
87 |
| - expected: 700 |
| 87 | + expected: 250 |
88 | 88 | got: 500
|
89 | 89 |
|
90 | 90 | (compared using eql?)
|
|
93 | 93 | ./spec/support/log.rb:17:in `run'
|
94 | 94 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
95 | 95 |
|
96 |
| - in <a href="#2">Job #2</a> |
| 96 | + in <a href="#3">Job #3</a> |
97 | 97 | </details>
|
98 | 98 | OUTPUT
|
99 | 99 |
|
|
105 | 105 |
|
106 | 106 | assert_equal <<~OUTPUT, output
|
107 | 107 | Parsing junit-1.xml
|
108 |
| - Parsing junit-3.xml |
109 | 108 | Parsing junit-2.xml
|
| 109 | + Parsing junit-3.xml |
110 | 110 | --- ❓ Checking failures
|
111 | 111 | There are 4 failures/errors 😭
|
112 | 112 | --- ✍️ Preparing annotation
|
|
143 | 143 | ./spec/support/log.rb:17:in `run'
|
144 | 144 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
145 | 145 |
|
146 |
| - in <a href="#3">Job #3</a> |
| 146 | + in <a href="#2">Job #2</a> |
147 | 147 | </details>
|
148 | 148 |
|
149 | 149 | <details>
|
150 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
| 150 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
151 | 151 |
|
152 | 152 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
153 | 153 |
|
154 |
| - expected: 250 |
| 154 | + expected: 700 |
155 | 155 | got: 500
|
156 | 156 |
|
157 | 157 | (compared using eql?)
|
|
162 | 162 |
|
163 | 163 | in <a href="#3">Job #3</a>
|
164 | 164 | </details>
|
165 |
| - |
| 165 | +
|
166 | 166 | <details>
|
167 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
| 167 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
168 | 168 |
|
169 | 169 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
170 | 170 |
|
171 |
| - expected: 700 |
| 171 | + expected: 250 |
172 | 172 | got: 500
|
173 | 173 |
|
174 | 174 | (compared using eql?)
|
|
177 | 177 | ./spec/support/log.rb:17:in `run'
|
178 | 178 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
179 | 179 |
|
180 |
| - in <a href="#2">Job #2</a> |
| 180 | + in <a href="#3">Job #3</a> |
181 | 181 | </details>
|
182 | 182 | OUTPUT
|
183 | 183 |
|
|
220 | 220 |
|
221 | 221 | assert_equal <<~OUTPUT, output
|
222 | 222 | Parsing sub-dir/junit-1.xml
|
223 |
| - Parsing sub-dir/junit-3.xml |
224 | 223 | Parsing sub-dir/junit-2.xml
|
| 224 | + Parsing sub-dir/junit-3.xml |
225 | 225 | --- ❓ Checking failures
|
226 | 226 | There are 4 failures/errors 😭
|
227 | 227 | --- ✍️ Preparing annotation
|
|
258 | 258 | ./spec/support/log.rb:17:in `run'
|
259 | 259 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
260 | 260 |
|
261 |
| - in <a href="#3">Job #3</a> |
| 261 | + in <a href="#2">Job #2</a> |
262 | 262 | </details>
|
263 | 263 |
|
264 | 264 | <details>
|
265 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
| 265 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
266 | 266 |
|
267 | 267 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
268 | 268 |
|
269 |
| - expected: 250 |
| 269 | + expected: 700 |
270 | 270 | got: 500
|
271 | 271 |
|
272 | 272 | (compared using eql?)
|
|
277 | 277 |
|
278 | 278 | in <a href="#3">Job #3</a>
|
279 | 279 | </details>
|
280 |
| - |
| 280 | +
|
281 | 281 | <details>
|
282 |
| - <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 700 if the account is XYZ in spec.models.account_spec</code></summary> |
| 282 | + <summary><code>Account#maximum_jobs_added_by_pipeline_changer returns 250 by default in spec.models.account_spec</code></summary> |
283 | 283 |
|
284 | 284 | <code><pre>Failure/Error: expect(account.maximum_jobs_added_by_pipeline_changer).to eql(250)
|
285 | 285 |
|
286 |
| - expected: 700 |
| 286 | + expected: 250 |
287 | 287 | got: 500
|
288 | 288 |
|
289 | 289 | (compared using eql?)
|
|
292 | 292 | ./spec/support/log.rb:17:in `run'
|
293 | 293 | ./spec/support/log.rb:66:in `block (2 levels) in <top (required)>'</pre></code>
|
294 | 294 |
|
295 |
| - in <a href="#2">Job #2</a> |
| 295 | + in <a href="#3">Job #3</a> |
296 | 296 | </details>
|
297 | 297 | OUTPUT
|
298 | 298 |
|
|
0 commit comments