Navigation Menu

Skip to content

Commit

Permalink
Updated CI tags for RubySpec update.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Sep 13, 2011
1 parent 943ae33 commit ea1be35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/tags/ruby/core/kernel/catch_tags.txt
@@ -0,0 +1,2 @@
fails:Kernel.catch passes the given symbol to its block
fails:Kernel.catch passes a symbol converted from the given string to its block
2 changes: 2 additions & 0 deletions spec/tags/ruby/core/systemexit/success_tags.txt
@@ -0,0 +1,2 @@
fails:SystemExit#success? returns true when the status is 0
fails:SystemExit#success? returns false when the status is not 0
2 changes: 2 additions & 0 deletions spec/tags/ruby/language/class_tags.txt
@@ -1 +1,3 @@
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
fails:An anonymous class forces named nested classes to be anonymous
fails:An anonymous class never recalculates full name once no longer anonymous
2 changes: 2 additions & 0 deletions spec/tags/ruby/language/proc_tags.txt
@@ -0,0 +1,2 @@
fails:A Proc taking |*| arguments does not call #to_ary to convert a single passed object to an Array
fails:A Proc taking |*a| arguments does not call #to_ary to convert a single passed object to an Array

0 comments on commit ea1be35

Please sign in to comment.