Skip to content

Commit

Permalink
Tag out spec failing from DCE
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 16, 2014
1 parent 511e875 commit e38c440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/language/block_tags.txt
Expand Up @@ -4,3 +4,4 @@ fails:A block taking |a, b| arguments raises a TypeError if #to_ary does not ret
fails:A block taking |a, *b| arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |a, | arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |(a, b), c| arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |(a, b)| arguments raises a TypeError if #to_ary does not return an Array

0 comments on commit e38c440

Please sign in to comment.