Skip to content

Commit a31a308

Browse files
committed
Corrected ruby tests
1 parent 7388dfb commit a31a308

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ruby/tests/annotate_test.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
assert_equal stdout, <<~OUTPUT
1616
Failures: 0
1717
Errors: 0
18+
Skipped: 0
1819
Total tests: 8
1920
OUTPUT
2021

@@ -34,6 +35,7 @@
3435
assert_equal stdout, <<~OUTPUT
3536
Failures: 4
3637
Errors: 0
38+
Skipped: 0
3739
Total tests: 6
3840
3941
<details>
@@ -129,6 +131,7 @@
129131
assert_equal stdout, <<~OUTPUT
130132
Failures: 2
131133
Errors: 2
134+
Skipped: 0
132135
Total tests: 6
133136
134137
<details>
@@ -260,6 +263,7 @@
260263
assert_equal stdout, <<~OUTPUT
261264
Failures: 2
262265
Errors: 2
266+
Skipped: 0
263267
Total tests: 6
264268
265269
<details>
@@ -355,6 +359,7 @@
355359
assert_equal stdout, <<~OUTPUT
356360
Failures: 4
357361
Errors: 0
362+
Skipped: 0
358363
Total tests: 6
359364
360365
<details>
@@ -448,6 +453,7 @@
448453
assert_equal stdout, <<~OUTPUT
449454
Failures: 1
450455
Errors: 0
456+
Skipped: 0
451457
Total tests: 2
452458
453459
<details>
@@ -472,6 +478,7 @@
472478
assert_equal stdout, <<~OUTPUT
473479
Failures: 1
474480
Errors: 2
481+
Skipped: 0
475482
Total tests: 4
476483
477484
<details>
@@ -504,6 +511,7 @@
504511
assert_equal stdout, <<~OUTPUT
505512
Failures: 0
506513
Errors: 1
514+
Skipped: 0
507515
Total tests: 2
508516
509517
<details>
@@ -534,6 +542,7 @@
534542
assert_equal stdout, <<~OUTPUT
535543
Failures: 0
536544
Errors: 0
545+
Skipped: 0
537546
Total tests: 8
538547
539548
<details>
@@ -566,6 +575,7 @@
566575
assert_equal stdout, <<~OUTPUT
567576
Failures: 0
568577
Errors: 0
578+
Skipped: 0
569579
Total tests: 2
570580
OUTPUT
571581

0 commit comments

Comments
 (0)