super_diff 0.12.1 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -19
- data/lib/super_diff/basic/inspection_tree_builders/data_object.rb +40 -0
- data/lib/super_diff/basic/inspection_tree_builders/primitive.rb +1 -1
- data/lib/super_diff/basic/inspection_tree_builders.rb +4 -0
- data/lib/super_diff/basic/operation_tree_builders/data_object.rb +18 -0
- data/lib/super_diff/basic/operation_tree_builders.rb +4 -0
- data/lib/super_diff/basic.rb +3 -1
- data/lib/super_diff/core/configuration.rb +13 -9
- data/lib/super_diff/core/helpers.rb +1 -1
- data/lib/super_diff/csi.rb +0 -32
- data/lib/super_diff/equality_matchers/defaults.rb +1 -1
- data/lib/super_diff/version.rb +1 -1
- data/lib/super_diff.rb +1 -2
- data/spec/examples.txt +450 -704
- data/spec/spec_helper.rb +1 -0
- data/spec/support/models/point.rb +7 -0
- data/spec/unit/basic/inspection_tree_builders/data_object_spec.rb +146 -0
- data/spec/unit/basic/operation_tree_builders/data_object_spec.rb +82 -0
- data/spec/unit/core/configuration_no_rspec_spec.rb +58 -0
- data/spec/unit/core/configuration_spec.rb +176 -0
- data/super_diff.gemspec +7 -6
- metadata +22 -10
- data/spec/internal/log/test.log +0 -0
data/spec/examples.txt
CHANGED
@@ -1,704 +1,450 @@
|
|
1
|
-
example_id
|
2
|
-
|
3
|
-
./spec/
|
4
|
-
./spec/
|
5
|
-
./spec/
|
6
|
-
./spec/
|
7
|
-
./spec/
|
8
|
-
./spec/
|
9
|
-
./spec/
|
10
|
-
./spec/
|
11
|
-
./spec/
|
12
|
-
./spec/
|
13
|
-
./spec/
|
14
|
-
./spec/
|
15
|
-
./spec/
|
16
|
-
./spec/
|
17
|
-
./spec/
|
18
|
-
./spec/
|
19
|
-
./spec/
|
20
|
-
./spec/
|
21
|
-
./spec/
|
22
|
-
./spec/
|
23
|
-
./spec/
|
24
|
-
./spec/
|
25
|
-
./spec/
|
26
|
-
./spec/
|
27
|
-
./spec/
|
28
|
-
./spec/
|
29
|
-
./spec/
|
30
|
-
./spec/
|
31
|
-
./spec/
|
32
|
-
./spec/
|
33
|
-
./spec/
|
34
|
-
./spec/
|
35
|
-
./spec/
|
36
|
-
./spec/
|
37
|
-
./spec/
|
38
|
-
./spec/
|
39
|
-
./spec/
|
40
|
-
./spec/
|
41
|
-
./spec/
|
42
|
-
./spec/
|
43
|
-
./spec/
|
44
|
-
./spec/
|
45
|
-
./spec/
|
46
|
-
./spec/
|
47
|
-
./spec/
|
48
|
-
./spec/
|
49
|
-
./spec/
|
50
|
-
./spec/
|
51
|
-
./spec/
|
52
|
-
./spec/
|
53
|
-
./spec/
|
54
|
-
./spec/
|
55
|
-
./spec/
|
56
|
-
./spec/
|
57
|
-
./spec/
|
58
|
-
./spec/
|
59
|
-
./spec/
|
60
|
-
./spec/
|
61
|
-
./spec/
|
62
|
-
./spec/
|
63
|
-
./spec/
|
64
|
-
./spec/
|
65
|
-
./spec/
|
66
|
-
./spec/
|
67
|
-
./spec/
|
68
|
-
./spec/
|
69
|
-
./spec/
|
70
|
-
./spec/
|
71
|
-
./spec/
|
72
|
-
./spec/
|
73
|
-
./spec/
|
74
|
-
./spec/
|
75
|
-
./spec/
|
76
|
-
./spec/
|
77
|
-
./spec/
|
78
|
-
./spec/
|
79
|
-
./spec/
|
80
|
-
./spec/
|
81
|
-
./spec/
|
82
|
-
./spec/
|
83
|
-
./spec/
|
84
|
-
./spec/
|
85
|
-
./spec/
|
86
|
-
./spec/
|
87
|
-
./spec/
|
88
|
-
./spec/
|
89
|
-
./spec/
|
90
|
-
./spec/
|
91
|
-
./spec/
|
92
|
-
./spec/
|
93
|
-
./spec/
|
94
|
-
./spec/
|
95
|
-
./spec/
|
96
|
-
./spec/
|
97
|
-
./spec/
|
98
|
-
./spec/
|
99
|
-
./spec/
|
100
|
-
./spec/
|
101
|
-
./spec/
|
102
|
-
./spec/
|
103
|
-
./spec/
|
104
|
-
./spec/
|
105
|
-
./spec/
|
106
|
-
./spec/
|
107
|
-
./spec/
|
108
|
-
./spec/
|
109
|
-
./spec/
|
110
|
-
./spec/
|
111
|
-
./spec/
|
112
|
-
./spec/
|
113
|
-
./spec/
|
114
|
-
./spec/
|
115
|
-
./spec/
|
116
|
-
./spec/
|
117
|
-
./spec/
|
118
|
-
./spec/
|
119
|
-
./spec/
|
120
|
-
./spec/
|
121
|
-
./spec/
|
122
|
-
./spec/
|
123
|
-
./spec/
|
124
|
-
./spec/
|
125
|
-
./spec/
|
126
|
-
./spec/
|
127
|
-
./spec/
|
128
|
-
./spec/
|
129
|
-
./spec/
|
130
|
-
./spec/
|
131
|
-
./spec/
|
132
|
-
./spec/
|
133
|
-
./spec/
|
134
|
-
./spec/
|
135
|
-
./spec/
|
136
|
-
./spec/
|
137
|
-
./spec/
|
138
|
-
./spec/
|
139
|
-
./spec/
|
140
|
-
./spec/
|
141
|
-
./spec/
|
142
|
-
./spec/
|
143
|
-
./spec/
|
144
|
-
./spec/
|
145
|
-
./spec/
|
146
|
-
./spec/
|
147
|
-
./spec/
|
148
|
-
./spec/
|
149
|
-
./spec/
|
150
|
-
./spec/
|
151
|
-
./spec/
|
152
|
-
./spec/
|
153
|
-
./spec/
|
154
|
-
./spec/
|
155
|
-
./spec/
|
156
|
-
./spec/
|
157
|
-
./spec/
|
158
|
-
./spec/
|
159
|
-
./spec/
|
160
|
-
./spec/
|
161
|
-
./spec/
|
162
|
-
./spec/
|
163
|
-
./spec/
|
164
|
-
./spec/
|
165
|
-
./spec/
|
166
|
-
./spec/
|
167
|
-
./spec/
|
168
|
-
./spec/
|
169
|
-
./spec/
|
170
|
-
./spec/
|
171
|
-
./spec/
|
172
|
-
./spec/
|
173
|
-
./spec/
|
174
|
-
./spec/
|
175
|
-
./spec/
|
176
|
-
./spec/
|
177
|
-
./spec/
|
178
|
-
./spec/
|
179
|
-
./spec/
|
180
|
-
./spec/
|
181
|
-
./spec/
|
182
|
-
./spec/
|
183
|
-
./spec/
|
184
|
-
./spec/
|
185
|
-
./spec/
|
186
|
-
./spec/
|
187
|
-
./spec/
|
188
|
-
./spec/
|
189
|
-
./spec/
|
190
|
-
./spec/
|
191
|
-
./spec/
|
192
|
-
./spec/
|
193
|
-
./spec/
|
194
|
-
./spec/
|
195
|
-
./spec/
|
196
|
-
./spec/
|
197
|
-
./spec/
|
198
|
-
./spec/
|
199
|
-
./spec/
|
200
|
-
./spec/
|
201
|
-
./spec/
|
202
|
-
./spec/
|
203
|
-
./spec/
|
204
|
-
./spec/
|
205
|
-
./spec/
|
206
|
-
./spec/
|
207
|
-
./spec/
|
208
|
-
./spec/
|
209
|
-
./spec/
|
210
|
-
./spec/
|
211
|
-
./spec/
|
212
|
-
./spec/
|
213
|
-
./spec/
|
214
|
-
./spec/
|
215
|
-
./spec/
|
216
|
-
./spec/
|
217
|
-
./spec/
|
218
|
-
./spec/
|
219
|
-
./spec/
|
220
|
-
./spec/
|
221
|
-
./spec/
|
222
|
-
./spec/
|
223
|
-
./spec/
|
224
|
-
./spec/
|
225
|
-
./spec/
|
226
|
-
./spec/
|
227
|
-
./spec/
|
228
|
-
./spec/
|
229
|
-
./spec/
|
230
|
-
./spec/
|
231
|
-
./spec/
|
232
|
-
./spec/
|
233
|
-
./spec/
|
234
|
-
./spec/
|
235
|
-
./spec/
|
236
|
-
./spec/
|
237
|
-
./spec/
|
238
|
-
./spec/
|
239
|
-
./spec/
|
240
|
-
./spec/
|
241
|
-
./spec/
|
242
|
-
./spec/
|
243
|
-
./spec/
|
244
|
-
./spec/
|
245
|
-
./spec/
|
246
|
-
./spec/
|
247
|
-
./spec/
|
248
|
-
./spec/
|
249
|
-
./spec/
|
250
|
-
./spec/
|
251
|
-
./spec/
|
252
|
-
./spec/
|
253
|
-
./spec/
|
254
|
-
./spec/
|
255
|
-
./spec/
|
256
|
-
./spec/
|
257
|
-
./spec/
|
258
|
-
./spec/
|
259
|
-
./spec/
|
260
|
-
./spec/
|
261
|
-
./spec/
|
262
|
-
./spec/
|
263
|
-
./spec/
|
264
|
-
./spec/
|
265
|
-
./spec/
|
266
|
-
./spec/
|
267
|
-
./spec/
|
268
|
-
./spec/
|
269
|
-
./spec/
|
270
|
-
./spec/
|
271
|
-
./spec/
|
272
|
-
./spec/
|
273
|
-
./spec/
|
274
|
-
./spec/
|
275
|
-
./spec/
|
276
|
-
./spec/
|
277
|
-
./spec/
|
278
|
-
./spec/
|
279
|
-
./spec/
|
280
|
-
./spec/
|
281
|
-
./spec/
|
282
|
-
./spec/
|
283
|
-
./spec/
|
284
|
-
./spec/
|
285
|
-
./spec/
|
286
|
-
./spec/
|
287
|
-
./spec/
|
288
|
-
./spec/
|
289
|
-
./spec/
|
290
|
-
./spec/
|
291
|
-
./spec/
|
292
|
-
./spec/
|
293
|
-
./spec/
|
294
|
-
./spec/
|
295
|
-
./spec/
|
296
|
-
./spec/
|
297
|
-
./spec/
|
298
|
-
./spec/
|
299
|
-
./spec/
|
300
|
-
./spec/
|
301
|
-
./spec/
|
302
|
-
./spec/unit/
|
303
|
-
./spec/unit/
|
304
|
-
./spec/unit/
|
305
|
-
./spec/unit/
|
306
|
-
./spec/unit/
|
307
|
-
./spec/unit/
|
308
|
-
./spec/unit/
|
309
|
-
./spec/unit/
|
310
|
-
./spec/unit/
|
311
|
-
./spec/unit/
|
312
|
-
./spec/unit/
|
313
|
-
./spec/unit/
|
314
|
-
./spec/unit/
|
315
|
-
./spec/unit/
|
316
|
-
./spec/unit/
|
317
|
-
./spec/unit/
|
318
|
-
./spec/unit/
|
319
|
-
./spec/unit/
|
320
|
-
./spec/unit/
|
321
|
-
./spec/unit/
|
322
|
-
./spec/unit/
|
323
|
-
./spec/unit/
|
324
|
-
./spec/unit/
|
325
|
-
./spec/unit/
|
326
|
-
./spec/unit/
|
327
|
-
./spec/unit/
|
328
|
-
./spec/unit/
|
329
|
-
./spec/unit/
|
330
|
-
./spec/unit/
|
331
|
-
./spec/unit/
|
332
|
-
./spec/unit/
|
333
|
-
./spec/unit/
|
334
|
-
./spec/unit/
|
335
|
-
./spec/unit/
|
336
|
-
./spec/unit/
|
337
|
-
./spec/unit/
|
338
|
-
./spec/unit/
|
339
|
-
./spec/unit/
|
340
|
-
./spec/unit/
|
341
|
-
./spec/unit/
|
342
|
-
./spec/unit/
|
343
|
-
./spec/unit/
|
344
|
-
./spec/unit/
|
345
|
-
./spec/unit/
|
346
|
-
./spec/unit/
|
347
|
-
./spec/unit/
|
348
|
-
./spec/unit/
|
349
|
-
./spec/unit/
|
350
|
-
./spec/unit/
|
351
|
-
./spec/unit/
|
352
|
-
./spec/unit/
|
353
|
-
./spec/unit/
|
354
|
-
./spec/unit/
|
355
|
-
./spec/unit/
|
356
|
-
./spec/unit/
|
357
|
-
./spec/unit/
|
358
|
-
./spec/unit/
|
359
|
-
./spec/unit/
|
360
|
-
./spec/unit/
|
361
|
-
./spec/unit/
|
362
|
-
./spec/unit/
|
363
|
-
./spec/unit/
|
364
|
-
./spec/unit/
|
365
|
-
./spec/unit/
|
366
|
-
./spec/unit/
|
367
|
-
./spec/unit/
|
368
|
-
./spec/unit/
|
369
|
-
./spec/unit/
|
370
|
-
./spec/unit/
|
371
|
-
./spec/unit/
|
372
|
-
./spec/unit/
|
373
|
-
./spec/unit/
|
374
|
-
./spec/unit/
|
375
|
-
./spec/unit/
|
376
|
-
./spec/unit/
|
377
|
-
./spec/unit/
|
378
|
-
./spec/unit/
|
379
|
-
./spec/unit/
|
380
|
-
./spec/unit/
|
381
|
-
./spec/unit/
|
382
|
-
./spec/unit/
|
383
|
-
./spec/unit/
|
384
|
-
./spec/unit/
|
385
|
-
./spec/unit/
|
386
|
-
./spec/unit/
|
387
|
-
./spec/unit/
|
388
|
-
./spec/unit/
|
389
|
-
./spec/unit/
|
390
|
-
./spec/unit/
|
391
|
-
./spec/unit/
|
392
|
-
./spec/unit/
|
393
|
-
./spec/unit/
|
394
|
-
./spec/unit/
|
395
|
-
./spec/unit/
|
396
|
-
./spec/unit/
|
397
|
-
./spec/unit/
|
398
|
-
./spec/unit/
|
399
|
-
./spec/unit/
|
400
|
-
./spec/unit/
|
401
|
-
./spec/unit/
|
402
|
-
./spec/unit/
|
403
|
-
./spec/unit/
|
404
|
-
./spec/unit/
|
405
|
-
./spec/unit/
|
406
|
-
./spec/unit/
|
407
|
-
./spec/unit/
|
408
|
-
./spec/unit/
|
409
|
-
./spec/unit/
|
410
|
-
./spec/unit/
|
411
|
-
./spec/unit/
|
412
|
-
./spec/unit/
|
413
|
-
./spec/unit/
|
414
|
-
./spec/unit/
|
415
|
-
./spec/unit/
|
416
|
-
./spec/unit/
|
417
|
-
./spec/unit/
|
418
|
-
./spec/unit/
|
419
|
-
./spec/unit/
|
420
|
-
./spec/unit/
|
421
|
-
./spec/unit/
|
422
|
-
./spec/unit/
|
423
|
-
./spec/unit/
|
424
|
-
./spec/unit/
|
425
|
-
./spec/unit/
|
426
|
-
./spec/unit/
|
427
|
-
./spec/unit/
|
428
|
-
./spec/unit/
|
429
|
-
./spec/unit/
|
430
|
-
./spec/unit/
|
431
|
-
./spec/unit/
|
432
|
-
./spec/unit/
|
433
|
-
./spec/unit/
|
434
|
-
./spec/unit/
|
435
|
-
./spec/unit/
|
436
|
-
./spec/unit/
|
437
|
-
./spec/unit/
|
438
|
-
./spec/unit/
|
439
|
-
./spec/unit/
|
440
|
-
./spec/unit/
|
441
|
-
./spec/unit/
|
442
|
-
./spec/unit/
|
443
|
-
./spec/unit/
|
444
|
-
./spec/unit/
|
445
|
-
./spec/unit/
|
446
|
-
./spec/unit/
|
447
|
-
./spec/unit/
|
448
|
-
./spec/unit/
|
449
|
-
./spec/unit/
|
450
|
-
./spec/unit/
|
451
|
-
./spec/unit/deprecations_spec.rb[37:1] | passed | 0.00008 seconds |
|
452
|
-
./spec/unit/deprecations_spec.rb[37:2] | passed | 0.00009 seconds |
|
453
|
-
./spec/unit/deprecations_spec.rb[38:1] | passed | 0.00008 seconds |
|
454
|
-
./spec/unit/deprecations_spec.rb[38:2] | passed | 0.00009 seconds |
|
455
|
-
./spec/unit/deprecations_spec.rb[39:1] | passed | 0.00008 seconds |
|
456
|
-
./spec/unit/deprecations_spec.rb[39:2] | passed | 0.00008 seconds |
|
457
|
-
./spec/unit/deprecations_spec.rb[40:1] | passed | 0.00007 seconds |
|
458
|
-
./spec/unit/deprecations_spec.rb[40:2] | passed | 0.00009 seconds |
|
459
|
-
./spec/unit/deprecations_spec.rb[41:1] | passed | 0.00007 seconds |
|
460
|
-
./spec/unit/deprecations_spec.rb[41:2] | passed | 0.00016 seconds |
|
461
|
-
./spec/unit/deprecations_spec.rb[42:1] | passed | 0.00008 seconds |
|
462
|
-
./spec/unit/deprecations_spec.rb[42:2] | passed | 0.00018 seconds |
|
463
|
-
./spec/unit/deprecations_spec.rb[43:1] | passed | 0.00008 seconds |
|
464
|
-
./spec/unit/deprecations_spec.rb[43:2] | passed | 0.00012 seconds |
|
465
|
-
./spec/unit/deprecations_spec.rb[44:1] | passed | 0.00008 seconds |
|
466
|
-
./spec/unit/deprecations_spec.rb[44:2] | passed | 0.00008 seconds |
|
467
|
-
./spec/unit/deprecations_spec.rb[45:1] | passed | 0.00008 seconds |
|
468
|
-
./spec/unit/deprecations_spec.rb[45:2] | passed | 0.00008 seconds |
|
469
|
-
./spec/unit/deprecations_spec.rb[46:1] | passed | 0.0001 seconds |
|
470
|
-
./spec/unit/deprecations_spec.rb[46:2] | passed | 0.00383 seconds |
|
471
|
-
./spec/unit/deprecations_spec.rb[47:1] | passed | 0.00019 seconds |
|
472
|
-
./spec/unit/deprecations_spec.rb[47:2] | passed | 0.00012 seconds |
|
473
|
-
./spec/unit/deprecations_spec.rb[48:1] | passed | 0.00008 seconds |
|
474
|
-
./spec/unit/deprecations_spec.rb[48:2] | passed | 0.00008 seconds |
|
475
|
-
./spec/unit/deprecations_spec.rb[49:1] | passed | 0.00008 seconds |
|
476
|
-
./spec/unit/deprecations_spec.rb[49:2] | passed | 0.00009 seconds |
|
477
|
-
./spec/unit/deprecations_spec.rb[50:1] | passed | 0.00031 seconds |
|
478
|
-
./spec/unit/deprecations_spec.rb[50:2] | passed | 0.00008 seconds |
|
479
|
-
./spec/unit/deprecations_spec.rb[51:1] | passed | 0.00011 seconds |
|
480
|
-
./spec/unit/deprecations_spec.rb[51:2] | passed | 0.00012 seconds |
|
481
|
-
./spec/unit/deprecations_spec.rb[52:1] | passed | 0.00008 seconds |
|
482
|
-
./spec/unit/deprecations_spec.rb[52:2] | passed | 0.00008 seconds |
|
483
|
-
./spec/unit/deprecations_spec.rb[53:1] | passed | 0.00009 seconds |
|
484
|
-
./spec/unit/deprecations_spec.rb[53:2] | passed | 0.00009 seconds |
|
485
|
-
./spec/unit/deprecations_spec.rb[54:1] | passed | 0.00007 seconds |
|
486
|
-
./spec/unit/deprecations_spec.rb[54:2] | passed | 0.00009 seconds |
|
487
|
-
./spec/unit/deprecations_spec.rb[55:1] | passed | 0.00008 seconds |
|
488
|
-
./spec/unit/deprecations_spec.rb[55:2] | passed | 0.00008 seconds |
|
489
|
-
./spec/unit/deprecations_spec.rb[56:1] | passed | 0.00008 seconds |
|
490
|
-
./spec/unit/deprecations_spec.rb[56:2] | passed | 0.0004 seconds |
|
491
|
-
./spec/unit/deprecations_spec.rb[57:1] | passed | 0.00011 seconds |
|
492
|
-
./spec/unit/deprecations_spec.rb[57:2] | passed | 0.0001 seconds |
|
493
|
-
./spec/unit/deprecations_spec.rb[58:1] | passed | 0.00011 seconds |
|
494
|
-
./spec/unit/deprecations_spec.rb[58:2] | passed | 0.00009 seconds |
|
495
|
-
./spec/unit/deprecations_spec.rb[59:1] | passed | 0.00008 seconds |
|
496
|
-
./spec/unit/deprecations_spec.rb[59:2] | passed | 0.00008 seconds |
|
497
|
-
./spec/unit/deprecations_spec.rb[60:1] | passed | 0.00018 seconds |
|
498
|
-
./spec/unit/deprecations_spec.rb[60:2] | passed | 0.00077 seconds |
|
499
|
-
./spec/unit/deprecations_spec.rb[61:1] | passed | 0.0001 seconds |
|
500
|
-
./spec/unit/deprecations_spec.rb[61:2] | passed | 0.0001 seconds |
|
501
|
-
./spec/unit/deprecations_spec.rb[62:1] | passed | 0.00008 seconds |
|
502
|
-
./spec/unit/deprecations_spec.rb[62:2] | passed | 0.00054 seconds |
|
503
|
-
./spec/unit/deprecations_spec.rb[63:1] | passed | 0.00009 seconds |
|
504
|
-
./spec/unit/deprecations_spec.rb[63:2] | passed | 0.00019 seconds |
|
505
|
-
./spec/unit/deprecations_spec.rb[64:1] | passed | 0.00009 seconds |
|
506
|
-
./spec/unit/deprecations_spec.rb[64:2] | passed | 0.00009 seconds |
|
507
|
-
./spec/unit/deprecations_spec.rb[65:1] | passed | 0.00012 seconds |
|
508
|
-
./spec/unit/deprecations_spec.rb[65:2] | passed | 0.00009 seconds |
|
509
|
-
./spec/unit/deprecations_spec.rb[66:1] | passed | 0.00013 seconds |
|
510
|
-
./spec/unit/deprecations_spec.rb[66:2] | passed | 0.0002 seconds |
|
511
|
-
./spec/unit/deprecations_spec.rb[67:1] | passed | 0.00008 seconds |
|
512
|
-
./spec/unit/deprecations_spec.rb[67:2] | passed | 0.00008 seconds |
|
513
|
-
./spec/unit/deprecations_spec.rb[68:1] | passed | 0.00008 seconds |
|
514
|
-
./spec/unit/deprecations_spec.rb[68:2] | passed | 0.00009 seconds |
|
515
|
-
./spec/unit/deprecations_spec.rb[69:1] | passed | 0.00031 seconds |
|
516
|
-
./spec/unit/deprecations_spec.rb[69:2] | passed | 0.00009 seconds |
|
517
|
-
./spec/unit/deprecations_spec.rb[70:1] | passed | 0.00007 seconds |
|
518
|
-
./spec/unit/deprecations_spec.rb[70:2] | passed | 0.00008 seconds |
|
519
|
-
./spec/unit/deprecations_spec.rb[71:1] | passed | 0.00033 seconds |
|
520
|
-
./spec/unit/deprecations_spec.rb[71:2] | passed | 0.00009 seconds |
|
521
|
-
./spec/unit/deprecations_spec.rb[72:1] | passed | 0.00008 seconds |
|
522
|
-
./spec/unit/deprecations_spec.rb[72:2] | passed | 0.00009 seconds |
|
523
|
-
./spec/unit/deprecations_spec.rb[73:1] | passed | 0.0001 seconds |
|
524
|
-
./spec/unit/deprecations_spec.rb[73:2] | passed | 0.00009 seconds |
|
525
|
-
./spec/unit/deprecations_spec.rb[74:1] | passed | 0.00008 seconds |
|
526
|
-
./spec/unit/deprecations_spec.rb[74:2] | passed | 0.0001 seconds |
|
527
|
-
./spec/unit/deprecations_spec.rb[75:1] | passed | 0.00008 seconds |
|
528
|
-
./spec/unit/deprecations_spec.rb[75:2] | passed | 0.00008 seconds |
|
529
|
-
./spec/unit/deprecations_spec.rb[76:1] | passed | 0.00007 seconds |
|
530
|
-
./spec/unit/deprecations_spec.rb[76:2] | passed | 0.00008 seconds |
|
531
|
-
./spec/unit/deprecations_spec.rb[77:1] | passed | 0.00036 seconds |
|
532
|
-
./spec/unit/deprecations_spec.rb[77:2] | passed | 0.00044 seconds |
|
533
|
-
./spec/unit/deprecations_spec.rb[78:1] | passed | 0.00061 seconds |
|
534
|
-
./spec/unit/deprecations_spec.rb[78:2] | passed | 0.00037 seconds |
|
535
|
-
./spec/unit/deprecations_spec.rb[79:1] | passed | 0.00045 seconds |
|
536
|
-
./spec/unit/deprecations_spec.rb[79:2] | passed | 0.0005 seconds |
|
537
|
-
./spec/unit/deprecations_spec.rb[80:1] | passed | 0.00081 seconds |
|
538
|
-
./spec/unit/deprecations_spec.rb[80:2] | passed | 0.00048 seconds |
|
539
|
-
./spec/unit/deprecations_spec.rb[81:1] | passed | 0.00266 seconds |
|
540
|
-
./spec/unit/deprecations_spec.rb[82:1] | passed | 0.00092 seconds |
|
541
|
-
./spec/unit/deprecations_spec.rb[83:1] | passed | 0.00098 seconds |
|
542
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:1:1] | passed | 0.00009 seconds |
|
543
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:2:1] | passed | 0.00007 seconds |
|
544
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:3:1] | passed | 0.00018 seconds |
|
545
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:4:1] | passed | 0.00007 seconds |
|
546
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:5:1] | passed | 0.00187 seconds |
|
547
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:6:1] | passed | 0.00009 seconds |
|
548
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:7:1] | passed | 0.00019 seconds |
|
549
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:8:1] | passed | 0.00026 seconds |
|
550
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:9:1] | passed | 0.00022 seconds |
|
551
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:10:1] | passed | 0.0002 seconds |
|
552
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:11:1] | passed | 0.0005 seconds |
|
553
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:12:1] | passed | 0.00053 seconds |
|
554
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:13:1] | passed | 0.00061 seconds |
|
555
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:14:1] | passed | 0.00019 seconds |
|
556
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:15:1] | passed | 0.00276 seconds |
|
557
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:16:1] | passed | 0.00116 seconds |
|
558
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:17:1] | passed | 0.00198 seconds |
|
559
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:18:1] | passed | 0.00215 seconds |
|
560
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:19:1] | passed | 0.00108 seconds |
|
561
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:20:1] | passed | 0.00086 seconds |
|
562
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:21:1] | passed | 0.00294 seconds |
|
563
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:22:1] | passed | 0.00108 seconds |
|
564
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:23:1] | passed | 0.00194 seconds |
|
565
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:24:1] | passed | 0.00183 seconds |
|
566
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:25:1] | passed | 0.00265 seconds |
|
567
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:26:1] | passed | 0.00434 seconds |
|
568
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:27:1] | passed | 0.00016 seconds |
|
569
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:28:1] | passed | 0.0035 seconds |
|
570
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:29:1] | passed | 0.00133 seconds |
|
571
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:30:1] | passed | 0.0013 seconds |
|
572
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:31:1] | passed | 0.0014 seconds |
|
573
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:32:1] | passed | 0.00294 seconds |
|
574
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:33:1] | passed | 0.01074 seconds |
|
575
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:34:1] | passed | 0.00167 seconds |
|
576
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:35:1:1] | passed | 0.00522 seconds |
|
577
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:35:2:1] | passed | 0.00401 seconds |
|
578
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:36:1] | passed | 0.00203 seconds |
|
579
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:37:1] | passed | 0.00219 seconds |
|
580
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:38:1] | passed | 0.0017 seconds |
|
581
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:39:1] | passed | 0.00496 seconds |
|
582
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:40:1] | passed | 0.0001 seconds |
|
583
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:41:1] | passed | 0.00294 seconds |
|
584
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:42:1] | passed | 0.00681 seconds |
|
585
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:43:1] | passed | 0.00126 seconds |
|
586
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:44:1] | passed | 0.00146 seconds |
|
587
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:45:1] | passed | 0.00119 seconds |
|
588
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:46:1] | passed | 0.00122 seconds |
|
589
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:47:1] | passed | 0.00353 seconds |
|
590
|
-
./spec/unit/equality_matchers/main_spec.rb[1:1:48:1] | passed | 0.0021 seconds |
|
591
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:1:1] | passed | 0.00037 seconds |
|
592
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:2:1] | passed | 0.00017 seconds |
|
593
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:3:1] | passed | 0.00023 seconds |
|
594
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:4:1] | passed | 0.00022 seconds |
|
595
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:5:1] | passed | 0.00019 seconds |
|
596
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:6:1] | passed | 0.00015 seconds |
|
597
|
-
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:7:1] | passed | 0.0002 seconds |
|
598
|
-
./spec/unit/rspec/matchers/be_falsey_spec.rb[1:1:1] | passed | 0.00017 seconds |
|
599
|
-
./spec/unit/rspec/matchers/be_nil_spec.rb[1:1:1] | passed | 0.00012 seconds |
|
600
|
-
./spec/unit/rspec/matchers/be_predicate_spec.rb[1:1:1] | passed | 0.00145 seconds |
|
601
|
-
./spec/unit/rspec/matchers/be_predicate_spec.rb[2:1:1] | passed | 0.00028 seconds |
|
602
|
-
./spec/unit/rspec/matchers/be_predicate_spec.rb[3:1:1] | passed | 0.00018 seconds |
|
603
|
-
./spec/unit/rspec/matchers/be_spec.rb[1:1:1:1] | passed | 0.0001 seconds |
|
604
|
-
./spec/unit/rspec/matchers/be_spec.rb[1:1:2:1] | passed | 0.00022 seconds |
|
605
|
-
./spec/unit/rspec/matchers/be_truthy_spec.rb[1:1:1] | passed | 0.00013 seconds |
|
606
|
-
./spec/unit/rspec/matchers/contain_exactly_spec.rb[1:1:1] | passed | 0.00068 seconds |
|
607
|
-
./spec/unit/rspec/matchers/eq_spec.rb[1:1:1] | passed | 0.00016 seconds |
|
608
|
-
./spec/unit/rspec/matchers/have_attributes_spec.rb[1:1:1] | passed | 0.0007 seconds |
|
609
|
-
./spec/unit/rspec/matchers/have_predicate_spec.rb[1:1:1:1] | passed | 0.00011 seconds |
|
610
|
-
./spec/unit/rspec/matchers/have_predicate_spec.rb[1:1:2:1] | passed | 0.00075 seconds |
|
611
|
-
./spec/unit/rspec/matchers/include_spec.rb[1:1:1:1] | passed | 0.00021 seconds |
|
612
|
-
./spec/unit/rspec/matchers/include_spec.rb[1:1:2:1] | passed | 0.00909 seconds |
|
613
|
-
./spec/unit/rspec/matchers/match_array_spec.rb[1:1:1] | passed | 0.00141 seconds |
|
614
|
-
./spec/unit/rspec/matchers/match_spec.rb[1:1:1] | passed | 0.00051 seconds |
|
615
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:1:1] | passed | 0.00007 seconds |
|
616
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:2:1] | passed | 0.00061 seconds |
|
617
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:3:1] | passed | 0.00012 seconds |
|
618
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:4:1] | passed | 0.00014 seconds |
|
619
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:5:1] | passed | 0.00013 seconds |
|
620
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:6:1] | passed | 0.00035 seconds |
|
621
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:7:1] | passed | 0.00016 seconds |
|
622
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:8:1] | passed | 0.00016 seconds |
|
623
|
-
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:9:1] | passed | 0.00216 seconds |
|
624
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:1:1] | passed | 0.00033 seconds |
|
625
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:2:1] | passed | 0.00032 seconds |
|
626
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:3:1] | passed | 0.00054 seconds |
|
627
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:4:1] | passed | 0.00136 seconds |
|
628
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:5:1] | passed | 0.00033 seconds |
|
629
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:6:1] | passed | 0.00034 seconds |
|
630
|
-
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:7:1] | passed | 0.0012 seconds |
|
631
|
-
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:1:1:1] | passed | 0.00009 seconds |
|
632
|
-
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:1:2:1] | passed | 0.00019 seconds |
|
633
|
-
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:2:1:1] | passed | 0.0001 seconds |
|
634
|
-
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:2:2:1] | passed | 0.00019 seconds |
|
635
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:1:1:1] | passed | 0.00019 seconds |
|
636
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:1:2:1] | passed | 0.00066 seconds |
|
637
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:2:1:1] | passed | 0.00021 seconds |
|
638
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:2:2:1] | passed | 0.00074 seconds |
|
639
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:3:1:1] | passed | 0.00029 seconds |
|
640
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:3:2:1] | passed | 0.00067 seconds |
|
641
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:4:1:1] | passed | 0.00026 seconds |
|
642
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:4:2:1] | passed | 0.00071 seconds |
|
643
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:5:1:1] | passed | 0.0001 seconds |
|
644
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:5:2:1] | passed | 0.00241 seconds |
|
645
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:6:1:1] | passed | 0.00009 seconds |
|
646
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:6:2:1] | passed | 0.00086 seconds |
|
647
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:7:1:1] | passed | 0.00075 seconds |
|
648
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:7:2:1] | passed | 0.00256 seconds |
|
649
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:8:1:1:1] | passed | 0.00035 seconds |
|
650
|
-
./spec/unit/rspec/object_inspection_spec.rb[1:1:8:1:2:1] | passed | 0.00073 seconds |
|
651
|
-
./spec/unit/super_diff_spec.rb[1:1:1:1:1] | passed | 0.00022 seconds |
|
652
|
-
./spec/unit/super_diff_spec.rb[1:1:1:2:1] | passed | 0.00036 seconds |
|
653
|
-
./spec/unit/super_diff_spec.rb[1:1:2:1:1] | passed | 0.0001 seconds |
|
654
|
-
./spec/unit/super_diff_spec.rb[1:1:2:2:1] | passed | 0.00104 seconds |
|
655
|
-
./spec/unit/super_diff_spec.rb[1:1:3:1:1] | passed | 0.00023 seconds |
|
656
|
-
./spec/unit/super_diff_spec.rb[1:1:3:2:1] | passed | 0.00028 seconds |
|
657
|
-
./spec/unit/super_diff_spec.rb[1:1:4:1:1] | passed | 0.00008 seconds |
|
658
|
-
./spec/unit/super_diff_spec.rb[1:1:4:2:1] | passed | 0.00014 seconds |
|
659
|
-
./spec/unit/super_diff_spec.rb[1:1:5:1:1] | passed | 0.00008 seconds |
|
660
|
-
./spec/unit/super_diff_spec.rb[1:1:5:2:1] | passed | 0.00015 seconds |
|
661
|
-
./spec/unit/super_diff_spec.rb[1:1:6:1:1] | passed | 0.0001 seconds |
|
662
|
-
./spec/unit/super_diff_spec.rb[1:1:6:2:1] | passed | 0.00019 seconds |
|
663
|
-
./spec/unit/super_diff_spec.rb[1:1:7:1:1] | passed | 0.00008 seconds |
|
664
|
-
./spec/unit/super_diff_spec.rb[1:1:7:2:1] | passed | 0.00013 seconds |
|
665
|
-
./spec/unit/super_diff_spec.rb[1:1:8:1:1:1] | passed | 0.00034 seconds |
|
666
|
-
./spec/unit/super_diff_spec.rb[1:1:8:1:2:1] | passed | 0.0003 seconds |
|
667
|
-
./spec/unit/super_diff_spec.rb[1:1:8:2:1:1] | passed | 0.00015 seconds |
|
668
|
-
./spec/unit/super_diff_spec.rb[1:1:8:2:2:1] | passed | 0.00396 seconds |
|
669
|
-
./spec/unit/super_diff_spec.rb[1:1:9:1:1:1] | passed | 0.00022 seconds |
|
670
|
-
./spec/unit/super_diff_spec.rb[1:1:9:1:2:1] | passed | 0.00071 seconds |
|
671
|
-
./spec/unit/super_diff_spec.rb[1:1:9:2:1:1] | passed | 0.00045 seconds |
|
672
|
-
./spec/unit/super_diff_spec.rb[1:1:9:2:2:1] | passed | 0.00109 seconds |
|
673
|
-
./spec/unit/super_diff_spec.rb[1:1:9:3:1:1] | passed | 0.0002 seconds |
|
674
|
-
./spec/unit/super_diff_spec.rb[1:1:9:3:2:1] | passed | 0.00018 seconds |
|
675
|
-
./spec/unit/super_diff_spec.rb[1:1:10:1:1:1:1] | passed | 0.00044 seconds |
|
676
|
-
./spec/unit/super_diff_spec.rb[1:1:10:1:1:2:1] | passed | 0.00104 seconds |
|
677
|
-
./spec/unit/super_diff_spec.rb[1:1:10:1:2:1:1] | passed | 0.00036 seconds |
|
678
|
-
./spec/unit/super_diff_spec.rb[1:1:10:1:2:2:1] | passed | 0.00086 seconds |
|
679
|
-
./spec/unit/super_diff_spec.rb[1:1:10:2:1:1] | passed | 0.00079 seconds |
|
680
|
-
./spec/unit/super_diff_spec.rb[1:1:10:2:2:1] | passed | 0.00256 seconds |
|
681
|
-
./spec/unit/super_diff_spec.rb[1:1:10:3:1:1] | passed | 0.00008 seconds |
|
682
|
-
./spec/unit/super_diff_spec.rb[1:1:10:3:2:1] | passed | 0.00017 seconds |
|
683
|
-
./spec/unit/super_diff_spec.rb[1:1:11:1:1:1] | passed | 0.00037 seconds |
|
684
|
-
./spec/unit/super_diff_spec.rb[1:1:11:1:2:1] | passed | 0.00244 seconds |
|
685
|
-
./spec/unit/super_diff_spec.rb[1:1:11:2:1:1] | passed | 0.00041 seconds |
|
686
|
-
./spec/unit/super_diff_spec.rb[1:1:11:2:2:1] | passed | 0.00256 seconds |
|
687
|
-
./spec/unit/super_diff_spec.rb[1:1:12:1:1] | passed | 0.00171 seconds |
|
688
|
-
./spec/unit/super_diff_spec.rb[1:1:12:2:1] | passed | 0.00105 seconds |
|
689
|
-
./spec/unit/super_diff_spec.rb[1:1:13:1:1] | passed | 0.00009 seconds |
|
690
|
-
./spec/unit/super_diff_spec.rb[1:1:13:2:1] | passed | 0.00014 seconds |
|
691
|
-
./spec/unit/super_diff_spec.rb[1:1:14:1:1:1] | passed | 0.00034 seconds |
|
692
|
-
./spec/unit/super_diff_spec.rb[1:1:14:1:2:1] | passed | 0.00068 seconds |
|
693
|
-
./spec/unit/super_diff_spec.rb[1:1:14:2:1:1] | passed | 0.00071 seconds |
|
694
|
-
./spec/unit/super_diff_spec.rb[1:1:14:2:2:1] | passed | 0.00207 seconds |
|
695
|
-
./spec/unit/super_diff_spec.rb[1:1:15:1:1:1] | passed | 0.00021 seconds |
|
696
|
-
./spec/unit/super_diff_spec.rb[1:1:15:1:2:1] | passed | 0.00098 seconds |
|
697
|
-
./spec/unit/super_diff_spec.rb[1:1:15:2:1:1] | passed | 0.00071 seconds |
|
698
|
-
./spec/unit/super_diff_spec.rb[1:1:15:2:2:1] | passed | 0.00357 seconds |
|
699
|
-
./spec/unit/super_diff_spec.rb[1:1:15:3:1:1] | passed | 0.00017 seconds |
|
700
|
-
./spec/unit/super_diff_spec.rb[1:1:15:3:2:1] | passed | 0.0002 seconds |
|
701
|
-
./spec/unit/super_diff_spec.rb[1:1:16:1:1] | passed | 0.0024 seconds |
|
702
|
-
./spec/unit/super_diff_spec.rb[1:1:16:2:1] | passed | 0.01039 seconds |
|
703
|
-
./spec/unit/super_diff_spec.rb[1:1:17:1:1] | passed | 0.00025 seconds |
|
704
|
-
./spec/unit/super_diff_spec.rb[1:1:17:2:1] | passed | 0.00072 seconds |
|
1
|
+
example_id | status | run_time |
|
2
|
+
--------------------------------------------------------------------------- | ------- | --------------- |
|
3
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:1:1:1] | passed | 0.00043 seconds |
|
4
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:1:2:1] | passed | 0.00114 seconds |
|
5
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:2:1:1] | passed | 0.00501 seconds |
|
6
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:2:2:1] | passed | 0.01148 seconds |
|
7
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:3:1:1] | passed | 0.00071 seconds |
|
8
|
+
./spec/unit/active_record/object_inspection_spec.rb[1:1:3:2:1] | passed | 0.00577 seconds |
|
9
|
+
./spec/unit/active_support/object_inspection_spec.rb[1:1:1:1:1] | passed | 0.00038 seconds |
|
10
|
+
./spec/unit/active_support/object_inspection_spec.rb[1:1:1:2:1] | passed | 0.00067 seconds |
|
11
|
+
./spec/unit/active_support/object_inspection_spec.rb[1:1:2:1:1] | passed | 0.00044 seconds |
|
12
|
+
./spec/unit/active_support/object_inspection_spec.rb[1:1:2:2:1] | passed | 0.00362 seconds |
|
13
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:1:1:1] | passed | 0.00038 seconds |
|
14
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:1:2:1] | passed | 0.0005 seconds |
|
15
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:1:3:1] | passed | 0.00106 seconds |
|
16
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:2:1:1] | passed | 0.00079 seconds |
|
17
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:2:2:1] | passed | 0.00074 seconds |
|
18
|
+
./spec/unit/basic/inspection_tree_builders/data_object_spec.rb[1:1:2:3:1] | passed | 0.00066 seconds |
|
19
|
+
./spec/unit/basic/operation_tree_builders/data_object_spec.rb[1:1:1:1] | passed | 0.00124 seconds |
|
20
|
+
./spec/unit/basic/operation_tree_builders/data_object_spec.rb[1:1:1:2:1] | passed | 0.00063 seconds |
|
21
|
+
./spec/unit/basic/operation_tree_builders/data_object_spec.rb[1:1:2:1] | passed | 0.00092 seconds |
|
22
|
+
./spec/unit/basic/operation_tree_builders/data_object_spec.rb[1:1:3:1] | passed | 0.00027 seconds |
|
23
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:1:1] | passed | 0.00031 seconds |
|
24
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:2:1] | passed | 0.00094 seconds |
|
25
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:3:1] | passed | 0.00116 seconds |
|
26
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:4:1] | passed | 0.00111 seconds |
|
27
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:5:1] | passed | 0.00076 seconds |
|
28
|
+
./spec/unit/basic/operation_tree_flatteners/array_spec.rb[1:6:1] | passed | 0.00097 seconds |
|
29
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:1:1] | passed | 0.00037 seconds |
|
30
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:2:1] | passed | 0.00118 seconds |
|
31
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:3:1] | passed | 0.0026 seconds |
|
32
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:4:1] | passed | 0.00114 seconds |
|
33
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:5:1] | passed | 0.00103 seconds |
|
34
|
+
./spec/unit/basic/operation_tree_flatteners/custom_object_spec.rb[1:6:1] | passed | 0.00112 seconds |
|
35
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:1:1] | passed | 0.00034 seconds |
|
36
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:2:1] | passed | 0.00122 seconds |
|
37
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:3:1] | passed | 0.00154 seconds |
|
38
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:4:1] | passed | 0.00137 seconds |
|
39
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:5:1] | passed | 0.00103 seconds |
|
40
|
+
./spec/unit/basic/operation_tree_flatteners/default_object_spec.rb[1:6:1] | passed | 0.00228 seconds |
|
41
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:1:1] | passed | 0.00049 seconds |
|
42
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:2:1] | passed | 0.0015 seconds |
|
43
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:3:1] | passed | 0.00187 seconds |
|
44
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:4:1] | passed | 0.00118 seconds |
|
45
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:5:1] | passed | 0.00105 seconds |
|
46
|
+
./spec/unit/basic/operation_tree_flatteners/hash_spec.rb[1:6:1] | passed | 0.00142 seconds |
|
47
|
+
./spec/unit/basic/operation_tree_flatteners/multiline_string_spec.rb[1:1:1] | passed | 0.00113 seconds |
|
48
|
+
./spec/unit/basic/operation_tree_flatteners/multiline_string_spec.rb[1:2:1] | passed | 0.00178 seconds |
|
49
|
+
./spec/unit/basic/operation_tree_flatteners/multiline_string_spec.rb[1:3:1] | passed | 0.00102 seconds |
|
50
|
+
./spec/unit/core/configuration_no_rspec_spec.rb[1:1:1] | unknown | |
|
51
|
+
./spec/unit/core/configuration_no_rspec_spec.rb[1:1:2] | unknown | |
|
52
|
+
./spec/unit/core/configuration_no_rspec_spec.rb[1:1:3] | unknown | |
|
53
|
+
./spec/unit/core/configuration_spec.rb[1:1] | passed | 0.0009 seconds |
|
54
|
+
./spec/unit/core/configuration_spec.rb[1:2:1:1] | passed | 0.00022 seconds |
|
55
|
+
./spec/unit/core/configuration_spec.rb[1:2:2:1] | passed | 0.00028 seconds |
|
56
|
+
./spec/unit/core/configuration_spec.rb[1:2:2:2] | passed | 0.00022 seconds |
|
57
|
+
./spec/unit/core/configuration_spec.rb[1:3:1] | passed | 0.00042 seconds |
|
58
|
+
./spec/unit/core/configuration_spec.rb[1:3:2] | passed | 0.00026 seconds |
|
59
|
+
./spec/unit/core/configuration_spec.rb[1:3:3] | passed | 0.00032 seconds |
|
60
|
+
./spec/unit/core/configuration_spec.rb[1:3:4] | passed | 0.00027 seconds |
|
61
|
+
./spec/unit/core/configuration_spec.rb[1:3:5] | passed | 0.00026 seconds |
|
62
|
+
./spec/unit/core/configuration_spec.rb[1:4:1] | passed | 0.00021 seconds |
|
63
|
+
./spec/unit/core/configuration_spec.rb[1:4:2] | passed | 0.00023 seconds |
|
64
|
+
./spec/unit/core/configuration_spec.rb[1:5:1] | passed | 0.00157 seconds |
|
65
|
+
./spec/unit/core/configuration_spec.rb[1:5:2] | passed | 0.00024 seconds |
|
66
|
+
./spec/unit/core/configuration_spec.rb[1:6:1] | passed | 0.00024 seconds |
|
67
|
+
./spec/unit/core/configuration_spec.rb[1:6:2] | passed | 0.00022 seconds |
|
68
|
+
./spec/unit/core/configuration_spec.rb[1:7:1] | passed | 0.00024 seconds |
|
69
|
+
./spec/unit/core/configuration_spec.rb[1:7:2] | passed | 0.00037 seconds |
|
70
|
+
./spec/unit/core/configuration_spec.rb[1:8:1] | passed | 0.00023 seconds |
|
71
|
+
./spec/unit/core/configuration_spec.rb[1:8:2] | passed | 0.00023 seconds |
|
72
|
+
./spec/unit/core/configuration_spec.rb[1:9:1] | passed | 0.00023 seconds |
|
73
|
+
./spec/unit/core/configuration_spec.rb[1:9:2] | passed | 0.00021 seconds |
|
74
|
+
./spec/unit/core/configuration_spec.rb[1:10:1] | passed | 0.00026 seconds |
|
75
|
+
./spec/unit/core/configuration_spec.rb[1:10:2] | passed | 0.00023 seconds |
|
76
|
+
./spec/unit/core/configuration_spec.rb[1:11:1] | passed | 0.00022 seconds |
|
77
|
+
./spec/unit/core/configuration_spec.rb[1:11:2] | passed | 0.00023 seconds |
|
78
|
+
./spec/unit/core/configuration_spec.rb[1:12:1] | passed | 0.00022 seconds |
|
79
|
+
./spec/unit/core/configuration_spec.rb[1:12:2] | passed | 0.00023 seconds |
|
80
|
+
./spec/unit/core/configuration_spec.rb[1:13:1] | passed | 0.0003 seconds |
|
81
|
+
./spec/unit/core/configuration_spec.rb[1:13:2] | passed | 0.00023 seconds |
|
82
|
+
./spec/unit/core/configuration_spec.rb[1:14:1:1] | passed | 0.00023 seconds |
|
83
|
+
./spec/unit/core/configuration_spec.rb[1:14:2:1:1] | passed | 0.00043 seconds |
|
84
|
+
./spec/unit/core/configuration_spec.rb[1:14:2:2:1] | passed | 0.00034 seconds |
|
85
|
+
./spec/unit/core/helpers_spec.rb[1:1:1:1:1] | passed | 0.0003 seconds |
|
86
|
+
./spec/unit/core/helpers_spec.rb[1:1:1:2:1] | passed | 0.00022 seconds |
|
87
|
+
./spec/unit/core/helpers_spec.rb[1:1:1:3:1] | passed | 0.00022 seconds |
|
88
|
+
./spec/unit/core/helpers_spec.rb[1:1:2:1] | passed | 0.00022 seconds |
|
89
|
+
./spec/unit/core/helpers_spec.rb[1:1:2:2] | passed | 0.00024 seconds |
|
90
|
+
./spec/unit/core/helpers_spec.rb[1:2:1:1:1] | passed | 0.00022 seconds |
|
91
|
+
./spec/unit/core/helpers_spec.rb[1:2:1:2:1] | passed | 0.00024 seconds |
|
92
|
+
./spec/unit/core/helpers_spec.rb[1:2:1:3:1] | passed | 0.00022 seconds |
|
93
|
+
./spec/unit/core/helpers_spec.rb[1:2:2:1] | passed | 0.00041 seconds |
|
94
|
+
./spec/unit/core/helpers_spec.rb[1:2:2:2] | passed | 0.00029 seconds |
|
95
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:1:1] | passed | 0.00077 seconds |
|
96
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:1:1:1] | passed | 0.00063 seconds |
|
97
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:1:2:1:1] | passed | 0.00062 seconds |
|
98
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:1:2:2:1] | passed | 0.00062 seconds |
|
99
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:1:2:3:1] | passed | 0.00086 seconds |
|
100
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:1:2:4:1] | passed | 0.00082 seconds |
|
101
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:2:1:1] | passed | 0.00082 seconds |
|
102
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:2:2:1:1] | passed | 0.00108 seconds |
|
103
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:2:2:2:1:1] | passed | 0.00145 seconds |
|
104
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:2:2:2:2:1] | passed | 0.00087 seconds |
|
105
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:1:2:3:1] | passed | 0.00098 seconds |
|
106
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:1:1:1] | passed | 0.00182 seconds |
|
107
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:1:2:1:1] | passed | 0.00066 seconds |
|
108
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:1:2:2:1] | passed | 0.00067 seconds |
|
109
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:1:2:3:1] | passed | 0.00116 seconds |
|
110
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:1:2:4:1] | passed | 0.00098 seconds |
|
111
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:2:1:1] | passed | 0.0008 seconds |
|
112
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:2:2:1:1] | passed | 0.00116 seconds |
|
113
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:2:2:2:1:1] | passed | 0.00147 seconds |
|
114
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:2:3:1] | passed | 0.00103 seconds |
|
115
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:1:1:1] | passed | 0.0006 seconds |
|
116
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:1:2:1:1] | passed | 0.00068 seconds |
|
117
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:1:2:2:1] | passed | 0.00066 seconds |
|
118
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:1:2:3:1] | passed | 0.0009 seconds |
|
119
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:1:2:4:1] | passed | 0.00094 seconds |
|
120
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:2:1:1] | passed | 0.00077 seconds |
|
121
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:2:2:1:1] | passed | 0.00107 seconds |
|
122
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:2:2:2:1:1] | passed | 0.00144 seconds |
|
123
|
+
./spec/unit/core/tiered_lines_elider_spec.rb[1:1:3:3:1] | passed | 0.00113 seconds |
|
124
|
+
./spec/unit/core/tiered_lines_formatter_spec.rb[1:1] | passed | 0.00131 seconds |
|
125
|
+
./spec/unit/deprecations_spec.rb[1:1] | passed | 0.00045 seconds |
|
126
|
+
./spec/unit/deprecations_spec.rb[1:2] | passed | 0.00035 seconds |
|
127
|
+
./spec/unit/deprecations_spec.rb[2:1] | passed | 0.00025 seconds |
|
128
|
+
./spec/unit/deprecations_spec.rb[2:2] | passed | 0.00033 seconds |
|
129
|
+
./spec/unit/deprecations_spec.rb[3:1] | passed | 0.00026 seconds |
|
130
|
+
./spec/unit/deprecations_spec.rb[3:2] | passed | 0.00026 seconds |
|
131
|
+
./spec/unit/deprecations_spec.rb[4:1] | passed | 0.00026 seconds |
|
132
|
+
./spec/unit/deprecations_spec.rb[4:2] | passed | 0.00025 seconds |
|
133
|
+
./spec/unit/deprecations_spec.rb[5:1] | passed | 0.00028 seconds |
|
134
|
+
./spec/unit/deprecations_spec.rb[5:2] | passed | 0.00027 seconds |
|
135
|
+
./spec/unit/deprecations_spec.rb[6:1] | passed | 0.00029 seconds |
|
136
|
+
./spec/unit/deprecations_spec.rb[6:2] | passed | 0.00029 seconds |
|
137
|
+
./spec/unit/deprecations_spec.rb[7:1] | passed | 0.00028 seconds |
|
138
|
+
./spec/unit/deprecations_spec.rb[7:2] | passed | 0.00027 seconds |
|
139
|
+
./spec/unit/deprecations_spec.rb[8:1] | passed | 0.00096 seconds |
|
140
|
+
./spec/unit/deprecations_spec.rb[8:2] | passed | 0.00188 seconds |
|
141
|
+
./spec/unit/deprecations_spec.rb[9:1] | passed | 0.00033 seconds |
|
142
|
+
./spec/unit/deprecations_spec.rb[9:2] | passed | 0.00026 seconds |
|
143
|
+
./spec/unit/deprecations_spec.rb[10:1] | passed | 0.00028 seconds |
|
144
|
+
./spec/unit/deprecations_spec.rb[10:2] | passed | 0.00062 seconds |
|
145
|
+
./spec/unit/deprecations_spec.rb[11:1] | passed | 0.00027 seconds |
|
146
|
+
./spec/unit/deprecations_spec.rb[11:2] | passed | 0.00056 seconds |
|
147
|
+
./spec/unit/deprecations_spec.rb[12:1] | passed | 0.00025 seconds |
|
148
|
+
./spec/unit/deprecations_spec.rb[12:2] | passed | 0.00027 seconds |
|
149
|
+
./spec/unit/deprecations_spec.rb[13:1] | passed | 0.00026 seconds |
|
150
|
+
./spec/unit/deprecations_spec.rb[13:2] | passed | 0.00025 seconds |
|
151
|
+
./spec/unit/deprecations_spec.rb[14:1] | passed | 0.00034 seconds |
|
152
|
+
./spec/unit/deprecations_spec.rb[14:2] | passed | 0.00025 seconds |
|
153
|
+
./spec/unit/deprecations_spec.rb[15:1] | passed | 0.00026 seconds |
|
154
|
+
./spec/unit/deprecations_spec.rb[15:2] | passed | 0.00025 seconds |
|
155
|
+
./spec/unit/deprecations_spec.rb[16:1] | passed | 0.00032 seconds |
|
156
|
+
./spec/unit/deprecations_spec.rb[16:2] | passed | 0.00026 seconds |
|
157
|
+
./spec/unit/deprecations_spec.rb[17:1] | passed | 0.00027 seconds |
|
158
|
+
./spec/unit/deprecations_spec.rb[17:2] | passed | 0.00027 seconds |
|
159
|
+
./spec/unit/deprecations_spec.rb[18:1] | passed | 0.00025 seconds |
|
160
|
+
./spec/unit/deprecations_spec.rb[18:2] | passed | 0.00025 seconds |
|
161
|
+
./spec/unit/deprecations_spec.rb[19:1] | passed | 0.00024 seconds |
|
162
|
+
./spec/unit/deprecations_spec.rb[19:2] | passed | 0.00025 seconds |
|
163
|
+
./spec/unit/deprecations_spec.rb[20:1] | passed | 0.0012 seconds |
|
164
|
+
./spec/unit/deprecations_spec.rb[20:2] | passed | 0.00268 seconds |
|
165
|
+
./spec/unit/deprecations_spec.rb[21:1] | passed | 0.00032 seconds |
|
166
|
+
./spec/unit/deprecations_spec.rb[21:2] | passed | 0.00026 seconds |
|
167
|
+
./spec/unit/deprecations_spec.rb[22:1] | passed | 0.00027 seconds |
|
168
|
+
./spec/unit/deprecations_spec.rb[22:2] | passed | 0.00027 seconds |
|
169
|
+
./spec/unit/deprecations_spec.rb[23:1] | passed | 0.00028 seconds |
|
170
|
+
./spec/unit/deprecations_spec.rb[23:2] | passed | 0.00026 seconds |
|
171
|
+
./spec/unit/deprecations_spec.rb[24:1] | passed | 0.00028 seconds |
|
172
|
+
./spec/unit/deprecations_spec.rb[24:2] | passed | 0.00028 seconds |
|
173
|
+
./spec/unit/deprecations_spec.rb[25:1] | passed | 0.00026 seconds |
|
174
|
+
./spec/unit/deprecations_spec.rb[25:2] | passed | 0.00027 seconds |
|
175
|
+
./spec/unit/deprecations_spec.rb[26:1] | passed | 0.00613 seconds |
|
176
|
+
./spec/unit/deprecations_spec.rb[26:2] | passed | 0.00044 seconds |
|
177
|
+
./spec/unit/deprecations_spec.rb[27:1] | passed | 0.00025 seconds |
|
178
|
+
./spec/unit/deprecations_spec.rb[27:2] | passed | 0.00035 seconds |
|
179
|
+
./spec/unit/deprecations_spec.rb[28:1] | passed | 0.00026 seconds |
|
180
|
+
./spec/unit/deprecations_spec.rb[28:2] | passed | 0.00025 seconds |
|
181
|
+
./spec/unit/deprecations_spec.rb[29:1] | passed | 0.00025 seconds |
|
182
|
+
./spec/unit/deprecations_spec.rb[29:2] | passed | 0.00025 seconds |
|
183
|
+
./spec/unit/deprecations_spec.rb[30:1] | passed | 0.00077 seconds |
|
184
|
+
./spec/unit/deprecations_spec.rb[30:2] | passed | 0.00041 seconds |
|
185
|
+
./spec/unit/deprecations_spec.rb[31:1] | passed | 0.00028 seconds |
|
186
|
+
./spec/unit/deprecations_spec.rb[31:2] | passed | 0.00025 seconds |
|
187
|
+
./spec/unit/deprecations_spec.rb[32:1] | passed | 0.00029 seconds |
|
188
|
+
./spec/unit/deprecations_spec.rb[32:2] | passed | 0.00027 seconds |
|
189
|
+
./spec/unit/deprecations_spec.rb[33:1] | passed | 0.00024 seconds |
|
190
|
+
./spec/unit/deprecations_spec.rb[33:2] | passed | 0.00025 seconds |
|
191
|
+
./spec/unit/deprecations_spec.rb[34:1] | passed | 0.00231 seconds |
|
192
|
+
./spec/unit/deprecations_spec.rb[34:2] | passed | 0.00285 seconds |
|
193
|
+
./spec/unit/deprecations_spec.rb[35:1] | passed | 0.00081 seconds |
|
194
|
+
./spec/unit/deprecations_spec.rb[35:2] | passed | 0.00036 seconds |
|
195
|
+
./spec/unit/deprecations_spec.rb[36:1] | passed | 0.00025 seconds |
|
196
|
+
./spec/unit/deprecations_spec.rb[36:2] | passed | 0.00025 seconds |
|
197
|
+
./spec/unit/deprecations_spec.rb[37:1] | passed | 0.00028 seconds |
|
198
|
+
./spec/unit/deprecations_spec.rb[37:2] | passed | 0.00027 seconds |
|
199
|
+
./spec/unit/deprecations_spec.rb[38:1] | passed | 0.00024 seconds |
|
200
|
+
./spec/unit/deprecations_spec.rb[38:2] | passed | 0.00026 seconds |
|
201
|
+
./spec/unit/deprecations_spec.rb[39:1] | passed | 0.00026 seconds |
|
202
|
+
./spec/unit/deprecations_spec.rb[39:2] | passed | 0.00029 seconds |
|
203
|
+
./spec/unit/deprecations_spec.rb[40:1] | passed | 0.00026 seconds |
|
204
|
+
./spec/unit/deprecations_spec.rb[40:2] | passed | 0.00027 seconds |
|
205
|
+
./spec/unit/deprecations_spec.rb[41:1] | passed | 0.00032 seconds |
|
206
|
+
./spec/unit/deprecations_spec.rb[41:2] | passed | 0.00026 seconds |
|
207
|
+
./spec/unit/deprecations_spec.rb[42:1] | passed | 0.00028 seconds |
|
208
|
+
./spec/unit/deprecations_spec.rb[42:2] | passed | 0.00026 seconds |
|
209
|
+
./spec/unit/deprecations_spec.rb[43:1] | passed | 0.0008 seconds |
|
210
|
+
./spec/unit/deprecations_spec.rb[43:2] | passed | 0.00043 seconds |
|
211
|
+
./spec/unit/deprecations_spec.rb[44:1] | passed | 0.00027 seconds |
|
212
|
+
./spec/unit/deprecations_spec.rb[44:2] | passed | 0.00158 seconds |
|
213
|
+
./spec/unit/deprecations_spec.rb[45:1] | passed | 0.0003 seconds |
|
214
|
+
./spec/unit/deprecations_spec.rb[45:2] | passed | 0.00028 seconds |
|
215
|
+
./spec/unit/deprecations_spec.rb[46:1] | passed | 0.0003 seconds |
|
216
|
+
./spec/unit/deprecations_spec.rb[46:2] | passed | 0.00337 seconds |
|
217
|
+
./spec/unit/deprecations_spec.rb[47:1] | passed | 0.00024 seconds |
|
218
|
+
./spec/unit/deprecations_spec.rb[47:2] | passed | 0.00026 seconds |
|
219
|
+
./spec/unit/deprecations_spec.rb[48:1] | passed | 0.00025 seconds |
|
220
|
+
./spec/unit/deprecations_spec.rb[48:2] | passed | 0.00031 seconds |
|
221
|
+
./spec/unit/deprecations_spec.rb[49:1] | passed | 0.00025 seconds |
|
222
|
+
./spec/unit/deprecations_spec.rb[49:2] | passed | 0.00025 seconds |
|
223
|
+
./spec/unit/deprecations_spec.rb[50:1] | passed | 0.0003 seconds |
|
224
|
+
./spec/unit/deprecations_spec.rb[50:2] | passed | 0.00051 seconds |
|
225
|
+
./spec/unit/deprecations_spec.rb[51:1] | passed | 0.00034 seconds |
|
226
|
+
./spec/unit/deprecations_spec.rb[51:2] | passed | 0.00027 seconds |
|
227
|
+
./spec/unit/deprecations_spec.rb[52:1] | passed | 0.00029 seconds |
|
228
|
+
./spec/unit/deprecations_spec.rb[52:2] | passed | 0.00028 seconds |
|
229
|
+
./spec/unit/deprecations_spec.rb[53:1] | passed | 0.00028 seconds |
|
230
|
+
./spec/unit/deprecations_spec.rb[53:2] | passed | 0.00026 seconds |
|
231
|
+
./spec/unit/deprecations_spec.rb[54:1] | passed | 0.00024 seconds |
|
232
|
+
./spec/unit/deprecations_spec.rb[54:2] | passed | 0.00036 seconds |
|
233
|
+
./spec/unit/deprecations_spec.rb[55:1] | passed | 0.00036 seconds |
|
234
|
+
./spec/unit/deprecations_spec.rb[55:2] | passed | 0.00027 seconds |
|
235
|
+
./spec/unit/deprecations_spec.rb[56:1] | passed | 0.00024 seconds |
|
236
|
+
./spec/unit/deprecations_spec.rb[56:2] | passed | 0.00026 seconds |
|
237
|
+
./spec/unit/deprecations_spec.rb[57:1] | passed | 0.00036 seconds |
|
238
|
+
./spec/unit/deprecations_spec.rb[57:2] | passed | 0.00032 seconds |
|
239
|
+
./spec/unit/deprecations_spec.rb[58:1] | passed | 0.00036 seconds |
|
240
|
+
./spec/unit/deprecations_spec.rb[58:2] | passed | 0.00026 seconds |
|
241
|
+
./spec/unit/deprecations_spec.rb[59:1] | passed | 0.00027 seconds |
|
242
|
+
./spec/unit/deprecations_spec.rb[59:2] | passed | 0.00025 seconds |
|
243
|
+
./spec/unit/deprecations_spec.rb[60:1] | passed | 0.00028 seconds |
|
244
|
+
./spec/unit/deprecations_spec.rb[60:2] | passed | 0.00067 seconds |
|
245
|
+
./spec/unit/deprecations_spec.rb[61:1] | passed | 0.00062 seconds |
|
246
|
+
./spec/unit/deprecations_spec.rb[61:2] | passed | 0.00029 seconds |
|
247
|
+
./spec/unit/deprecations_spec.rb[62:1] | passed | 0.00026 seconds |
|
248
|
+
./spec/unit/deprecations_spec.rb[62:2] | passed | 0.00029 seconds |
|
249
|
+
./spec/unit/deprecations_spec.rb[63:1] | passed | 0.00037 seconds |
|
250
|
+
./spec/unit/deprecations_spec.rb[63:2] | passed | 0.00028 seconds |
|
251
|
+
./spec/unit/deprecations_spec.rb[64:1] | passed | 0.00028 seconds |
|
252
|
+
./spec/unit/deprecations_spec.rb[64:2] | passed | 0.00026 seconds |
|
253
|
+
./spec/unit/deprecations_spec.rb[65:1] | passed | 0.00026 seconds |
|
254
|
+
./spec/unit/deprecations_spec.rb[65:2] | passed | 0.0003 seconds |
|
255
|
+
./spec/unit/deprecations_spec.rb[66:1] | passed | 0.00031 seconds |
|
256
|
+
./spec/unit/deprecations_spec.rb[66:2] | passed | 0.00025 seconds |
|
257
|
+
./spec/unit/deprecations_spec.rb[67:1] | passed | 0.00036 seconds |
|
258
|
+
./spec/unit/deprecations_spec.rb[67:2] | passed | 0.00026 seconds |
|
259
|
+
./spec/unit/deprecations_spec.rb[68:1] | passed | 0.00024 seconds |
|
260
|
+
./spec/unit/deprecations_spec.rb[68:2] | passed | 0.00028 seconds |
|
261
|
+
./spec/unit/deprecations_spec.rb[69:1] | passed | 0.00027 seconds |
|
262
|
+
./spec/unit/deprecations_spec.rb[69:2] | passed | 0.00031 seconds |
|
263
|
+
./spec/unit/deprecations_spec.rb[70:1] | passed | 0.00025 seconds |
|
264
|
+
./spec/unit/deprecations_spec.rb[70:2] | passed | 0.0005 seconds |
|
265
|
+
./spec/unit/deprecations_spec.rb[71:1] | passed | 0.00026 seconds |
|
266
|
+
./spec/unit/deprecations_spec.rb[71:2] | passed | 0.00043 seconds |
|
267
|
+
./spec/unit/deprecations_spec.rb[72:1] | passed | 0.00027 seconds |
|
268
|
+
./spec/unit/deprecations_spec.rb[72:2] | passed | 0.00028 seconds |
|
269
|
+
./spec/unit/deprecations_spec.rb[73:1] | passed | 0.00029 seconds |
|
270
|
+
./spec/unit/deprecations_spec.rb[73:2] | passed | 0.00035 seconds |
|
271
|
+
./spec/unit/deprecations_spec.rb[74:1] | passed | 0.00025 seconds |
|
272
|
+
./spec/unit/deprecations_spec.rb[74:2] | passed | 0.00035 seconds |
|
273
|
+
./spec/unit/deprecations_spec.rb[75:1] | passed | 0.00026 seconds |
|
274
|
+
./spec/unit/deprecations_spec.rb[75:2] | passed | 0.00026 seconds |
|
275
|
+
./spec/unit/deprecations_spec.rb[76:1] | passed | 0.00024 seconds |
|
276
|
+
./spec/unit/deprecations_spec.rb[76:2] | passed | 0.00025 seconds |
|
277
|
+
./spec/unit/deprecations_spec.rb[77:1] | passed | 0.00025 seconds |
|
278
|
+
./spec/unit/deprecations_spec.rb[77:2] | passed | 0.00027 seconds |
|
279
|
+
./spec/unit/deprecations_spec.rb[78:1] | passed | 0.00064 seconds |
|
280
|
+
./spec/unit/deprecations_spec.rb[78:2] | passed | 0.00032 seconds |
|
281
|
+
./spec/unit/deprecations_spec.rb[79:1] | passed | 0.00039 seconds |
|
282
|
+
./spec/unit/deprecations_spec.rb[79:2] | passed | 0.00058 seconds |
|
283
|
+
./spec/unit/deprecations_spec.rb[80:1] | passed | 0.00025 seconds |
|
284
|
+
./spec/unit/deprecations_spec.rb[80:2] | passed | 0.00031 seconds |
|
285
|
+
./spec/unit/deprecations_spec.rb[81:1] | passed | 0.00069 seconds |
|
286
|
+
./spec/unit/deprecations_spec.rb[82:1] | passed | 0.00094 seconds |
|
287
|
+
./spec/unit/deprecations_spec.rb[83:1] | passed | 0.00085 seconds |
|
288
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:1:1] | passed | 0.00035 seconds |
|
289
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:2:1] | passed | 0.00034 seconds |
|
290
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:3:1] | passed | 0.00038 seconds |
|
291
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:4:1] | passed | 0.00032 seconds |
|
292
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:5:1] | passed | 0.00037 seconds |
|
293
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:6:1] | passed | 0.00026 seconds |
|
294
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:7:1] | passed | 0.00034 seconds |
|
295
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:8:1] | passed | 0.00035 seconds |
|
296
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:9:1] | passed | 0.0004 seconds |
|
297
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:10:1] | passed | 0.00047 seconds |
|
298
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:11:1] | passed | 0.00062 seconds |
|
299
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:12:1] | passed | 0.00073 seconds |
|
300
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:13:1] | passed | 0.00069 seconds |
|
301
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:14:1] | passed | 0.00026 seconds |
|
302
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:15:1] | passed | 0.00113 seconds |
|
303
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:16:1] | passed | 0.00122 seconds |
|
304
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:17:1] | passed | 0.00135 seconds |
|
305
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:18:1] | passed | 0.00195 seconds |
|
306
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:19:1] | passed | 0.00078 seconds |
|
307
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:20:1] | passed | 0.00086 seconds |
|
308
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:21:1] | passed | 0.00079 seconds |
|
309
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:22:1] | passed | 0.00101 seconds |
|
310
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:23:1] | passed | 0.00229 seconds |
|
311
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:24:1] | passed | 0.00178 seconds |
|
312
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:25:1] | passed | 0.00224 seconds |
|
313
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:26:1] | passed | 0.00303 seconds |
|
314
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:27:1] | passed | 0.00135 seconds |
|
315
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:28:1] | passed | 0.00109 seconds |
|
316
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:29:1] | passed | 0.00139 seconds |
|
317
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:30:1] | passed | 0.00112 seconds |
|
318
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:31:1] | passed | 0.00094 seconds |
|
319
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:32:1] | passed | 0.00187 seconds |
|
320
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:33:1] | passed | 0.00087 seconds |
|
321
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:34:1] | passed | 0.0008 seconds |
|
322
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:35:1:1] | passed | 0.00364 seconds |
|
323
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:35:2:1] | passed | 0.00281 seconds |
|
324
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:36:1] | passed | 0.00139 seconds |
|
325
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:37:1] | passed | 0.00186 seconds |
|
326
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:38:1] | passed | 0.00151 seconds |
|
327
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:39:1] | passed | 0.00474 seconds |
|
328
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:40:1] | passed | 0.00031 seconds |
|
329
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:41:1] | passed | 0.00151 seconds |
|
330
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:42:1] | passed | 0.00432 seconds |
|
331
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:43:1] | passed | 0.00073 seconds |
|
332
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:44:1] | passed | 0.00116 seconds |
|
333
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:45:1] | passed | 0.00199 seconds |
|
334
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:46:1] | passed | 0.00114 seconds |
|
335
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:47:1] | passed | 0.00153 seconds |
|
336
|
+
./spec/unit/equality_matchers/main_spec.rb[1:1:48:1] | passed | 0.00183 seconds |
|
337
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:1:1] | passed | 0.00033 seconds |
|
338
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:2:1] | passed | 0.00033 seconds |
|
339
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:3:1] | passed | 0.00039 seconds |
|
340
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:4:1] | passed | 0.00043 seconds |
|
341
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:5:1] | passed | 0.00042 seconds |
|
342
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:6:1] | passed | 0.00031 seconds |
|
343
|
+
./spec/unit/rspec/matchers/be_compared_to_spec.rb[1:1:7:1] | passed | 0.00042 seconds |
|
344
|
+
./spec/unit/rspec/matchers/be_falsey_spec.rb[1:1:1] | passed | 0.0003 seconds |
|
345
|
+
./spec/unit/rspec/matchers/be_nil_spec.rb[1:1:1] | passed | 0.00037 seconds |
|
346
|
+
./spec/unit/rspec/matchers/be_predicate_spec.rb[1:1:1] | passed | 0.00136 seconds |
|
347
|
+
./spec/unit/rspec/matchers/be_predicate_spec.rb[2:1:1] | passed | 0.00031 seconds |
|
348
|
+
./spec/unit/rspec/matchers/be_predicate_spec.rb[3:1:1] | passed | 0.00106 seconds |
|
349
|
+
./spec/unit/rspec/matchers/be_spec.rb[1:1:1:1] | passed | 0.00033 seconds |
|
350
|
+
./spec/unit/rspec/matchers/be_spec.rb[1:1:2:1] | passed | 0.00033 seconds |
|
351
|
+
./spec/unit/rspec/matchers/be_truthy_spec.rb[1:1:1] | passed | 0.00194 seconds |
|
352
|
+
./spec/unit/rspec/matchers/contain_exactly_spec.rb[1:1:1] | passed | 0.00049 seconds |
|
353
|
+
./spec/unit/rspec/matchers/eq_spec.rb[1:1:1] | passed | 0.00038 seconds |
|
354
|
+
./spec/unit/rspec/matchers/have_attributes_spec.rb[1:1:1] | passed | 0.00052 seconds |
|
355
|
+
./spec/unit/rspec/matchers/have_predicate_spec.rb[1:1:1:1] | passed | 0.00087 seconds |
|
356
|
+
./spec/unit/rspec/matchers/have_predicate_spec.rb[1:1:2:1] | passed | 0.00038 seconds |
|
357
|
+
./spec/unit/rspec/matchers/include_spec.rb[1:1:1:1] | passed | 0.00038 seconds |
|
358
|
+
./spec/unit/rspec/matchers/include_spec.rb[1:1:2:1] | passed | 0.0005 seconds |
|
359
|
+
./spec/unit/rspec/matchers/match_array_spec.rb[1:1:1] | passed | 0.0009 seconds |
|
360
|
+
./spec/unit/rspec/matchers/match_spec.rb[1:1:1] | passed | 0.00053 seconds |
|
361
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:1:1] | passed | 0.00024 seconds |
|
362
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:2:1] | passed | 0.00029 seconds |
|
363
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:3:1] | passed | 0.0003 seconds |
|
364
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:4:1] | passed | 0.00034 seconds |
|
365
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:5:1] | passed | 0.00065 seconds |
|
366
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:6:1] | passed | 0.00037 seconds |
|
367
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:7:1] | passed | 0.00033 seconds |
|
368
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:8:1] | passed | 0.00043 seconds |
|
369
|
+
./spec/unit/rspec/matchers/raise_error_spec.rb[1:1:9:1] | passed | 0.00137 seconds |
|
370
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:1:1] | passed | 0.00047 seconds |
|
371
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:2:1] | passed | 0.00047 seconds |
|
372
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:3:1] | passed | 0.00071 seconds |
|
373
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:4:1] | passed | 0.00092 seconds |
|
374
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:5:1] | passed | 0.00047 seconds |
|
375
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:6:1] | passed | 0.00048 seconds |
|
376
|
+
./spec/unit/rspec/matchers/respond_to_spec.rb[1:1:7:1] | passed | 0.00066 seconds |
|
377
|
+
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:1:1:1] | passed | 0.00032 seconds |
|
378
|
+
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:1:2:1] | passed | 0.00044 seconds |
|
379
|
+
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:2:1:1] | passed | 0.00028 seconds |
|
380
|
+
./spec/unit/rspec/object_inspection/rspec_matcher_spec.rb[1:1:2:2:1] | passed | 0.00034 seconds |
|
381
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:1:1:1] | passed | 0.00042 seconds |
|
382
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:1:2:1] | passed | 0.00066 seconds |
|
383
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:2:1:1] | passed | 0.00038 seconds |
|
384
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:2:2:1] | passed | 0.00071 seconds |
|
385
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:3:1:1] | passed | 0.00037 seconds |
|
386
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:3:2:1] | passed | 0.00061 seconds |
|
387
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:4:1:1] | passed | 0.00039 seconds |
|
388
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:4:2:1] | passed | 0.00063 seconds |
|
389
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:5:1:1] | passed | 0.00028 seconds |
|
390
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:5:2:1] | passed | 0.00071 seconds |
|
391
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:6:1:1] | passed | 0.00034 seconds |
|
392
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:6:2:1] | passed | 0.00086 seconds |
|
393
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:7:1:1] | passed | 0.00039 seconds |
|
394
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:7:2:1] | passed | 0.00195 seconds |
|
395
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:8:1:1:1] | passed | 0.00052 seconds |
|
396
|
+
./spec/unit/rspec/object_inspection_spec.rb[1:1:8:1:2:1] | passed | 0.00098 seconds |
|
397
|
+
./spec/unit/super_diff_spec.rb[1:1:1:1:1] | passed | 0.00028 seconds |
|
398
|
+
./spec/unit/super_diff_spec.rb[1:1:1:2:1] | passed | 0.00032 seconds |
|
399
|
+
./spec/unit/super_diff_spec.rb[1:1:2:1:1] | passed | 0.00028 seconds |
|
400
|
+
./spec/unit/super_diff_spec.rb[1:1:2:2:1] | passed | 0.00031 seconds |
|
401
|
+
./spec/unit/super_diff_spec.rb[1:1:3:1:1] | passed | 0.00036 seconds |
|
402
|
+
./spec/unit/super_diff_spec.rb[1:1:3:2:1] | passed | 0.00036 seconds |
|
403
|
+
./spec/unit/super_diff_spec.rb[1:1:4:1:1] | passed | 0.00026 seconds |
|
404
|
+
./spec/unit/super_diff_spec.rb[1:1:4:2:1] | passed | 0.00039 seconds |
|
405
|
+
./spec/unit/super_diff_spec.rb[1:1:5:1:1] | passed | 0.00042 seconds |
|
406
|
+
./spec/unit/super_diff_spec.rb[1:1:5:2:1] | passed | 0.00034 seconds |
|
407
|
+
./spec/unit/super_diff_spec.rb[1:1:6:1:1] | passed | 0.00027 seconds |
|
408
|
+
./spec/unit/super_diff_spec.rb[1:1:6:2:1] | passed | 0.0004 seconds |
|
409
|
+
./spec/unit/super_diff_spec.rb[1:1:7:1:1] | passed | 0.00026 seconds |
|
410
|
+
./spec/unit/super_diff_spec.rb[1:1:7:2:1] | passed | 0.0003 seconds |
|
411
|
+
./spec/unit/super_diff_spec.rb[1:1:8:1:1:1] | passed | 0.00034 seconds |
|
412
|
+
./spec/unit/super_diff_spec.rb[1:1:8:1:2:1] | passed | 0.00033 seconds |
|
413
|
+
./spec/unit/super_diff_spec.rb[1:1:8:2:1:1] | passed | 0.00042 seconds |
|
414
|
+
./spec/unit/super_diff_spec.rb[1:1:8:2:2:1] | passed | 0.00346 seconds |
|
415
|
+
./spec/unit/super_diff_spec.rb[1:1:9:1:1:1] | passed | 0.00046 seconds |
|
416
|
+
./spec/unit/super_diff_spec.rb[1:1:9:1:2:1] | passed | 0.00076 seconds |
|
417
|
+
./spec/unit/super_diff_spec.rb[1:1:9:2:1:1] | passed | 0.00053 seconds |
|
418
|
+
./spec/unit/super_diff_spec.rb[1:1:9:2:2:1] | passed | 0.00104 seconds |
|
419
|
+
./spec/unit/super_diff_spec.rb[1:1:9:3:1:1] | passed | 0.00051 seconds |
|
420
|
+
./spec/unit/super_diff_spec.rb[1:1:9:3:2:1] | passed | 0.00038 seconds |
|
421
|
+
./spec/unit/super_diff_spec.rb[1:1:10:1:1:1:1] | passed | 0.00035 seconds |
|
422
|
+
./spec/unit/super_diff_spec.rb[1:1:10:1:1:2:1] | passed | 0.00069 seconds |
|
423
|
+
./spec/unit/super_diff_spec.rb[1:1:10:1:2:1:1] | passed | 0.00046 seconds |
|
424
|
+
./spec/unit/super_diff_spec.rb[1:1:10:1:2:2:1] | passed | 0.00072 seconds |
|
425
|
+
./spec/unit/super_diff_spec.rb[1:1:10:2:1:1] | passed | 0.00079 seconds |
|
426
|
+
./spec/unit/super_diff_spec.rb[1:1:10:2:2:1] | passed | 0.00185 seconds |
|
427
|
+
./spec/unit/super_diff_spec.rb[1:1:10:3:1:1] | passed | 0.00026 seconds |
|
428
|
+
./spec/unit/super_diff_spec.rb[1:1:10:3:2:1] | passed | 0.00031 seconds |
|
429
|
+
./spec/unit/super_diff_spec.rb[1:1:11:1:1:1] | passed | 0.00053 seconds |
|
430
|
+
./spec/unit/super_diff_spec.rb[1:1:11:1:2:1] | passed | 0.01074 seconds |
|
431
|
+
./spec/unit/super_diff_spec.rb[1:1:11:2:1:1] | passed | 0.00054 seconds |
|
432
|
+
./spec/unit/super_diff_spec.rb[1:1:11:2:2:1] | passed | 0.00284 seconds |
|
433
|
+
./spec/unit/super_diff_spec.rb[1:1:12:1:1] | passed | 0.0008 seconds |
|
434
|
+
./spec/unit/super_diff_spec.rb[1:1:12:2:1] | passed | 0.00124 seconds |
|
435
|
+
./spec/unit/super_diff_spec.rb[1:1:13:1:1] | passed | 0.00028 seconds |
|
436
|
+
./spec/unit/super_diff_spec.rb[1:1:13:2:1] | passed | 0.00082 seconds |
|
437
|
+
./spec/unit/super_diff_spec.rb[1:1:14:1:1:1] | passed | 0.00057 seconds |
|
438
|
+
./spec/unit/super_diff_spec.rb[1:1:14:1:2:1] | passed | 0.00073 seconds |
|
439
|
+
./spec/unit/super_diff_spec.rb[1:1:14:2:1:1] | passed | 0.00061 seconds |
|
440
|
+
./spec/unit/super_diff_spec.rb[1:1:14:2:2:1] | passed | 0.00279 seconds |
|
441
|
+
./spec/unit/super_diff_spec.rb[1:1:15:1:1:1] | passed | 0.00043 seconds |
|
442
|
+
./spec/unit/super_diff_spec.rb[1:1:15:1:2:1] | passed | 0.00071 seconds |
|
443
|
+
./spec/unit/super_diff_spec.rb[1:1:15:2:1:1] | passed | 0.00169 seconds |
|
444
|
+
./spec/unit/super_diff_spec.rb[1:1:15:2:2:1] | passed | 0.0026 seconds |
|
445
|
+
./spec/unit/super_diff_spec.rb[1:1:15:3:1:1] | passed | 0.00032 seconds |
|
446
|
+
./spec/unit/super_diff_spec.rb[1:1:15:3:2:1] | passed | 0.00037 seconds |
|
447
|
+
./spec/unit/super_diff_spec.rb[1:1:16:1:1] | passed | 0.0025 seconds |
|
448
|
+
./spec/unit/super_diff_spec.rb[1:1:16:2:1] | passed | 0.00772 seconds |
|
449
|
+
./spec/unit/super_diff_spec.rb[1:1:17:1:1] | passed | 0.00039 seconds |
|
450
|
+
./spec/unit/super_diff_spec.rb[1:1:17:2:1] | passed | 0.00078 seconds |
|