Skip to content

Commit ea1be35

Browse files
committed
Updated CI tags for RubySpec update.
1 parent 943ae33 commit ea1be35

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Kernel.catch passes the given symbol to its block
2+
fails:Kernel.catch passes a symbol converted from the given string to its block
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:SystemExit#success? returns true when the status is 0
2+
fails:SystemExit#success? returns false when the status is not 0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
2+
fails:An anonymous class forces named nested classes to be anonymous
3+
fails:An anonymous class never recalculates full name once no longer anonymous

spec/tags/ruby/language/proc_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:A Proc taking |*| arguments does not call #to_ary to convert a single passed object to an Array
2+
fails:A Proc taking |*a| arguments does not call #to_ary to convert a single passed object to an Array

0 commit comments

Comments
 (0)