Skip to content

Commit

Permalink
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion spec/tags/ruby/core/enumerator/first_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/tags/ruby/core/enumerator/lazy/grep_v_tags.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
fails:Enumerator::Lazy#grep_v returns a new instance of Enumerator::Lazy
fails:Enumerator::Lazy#grep_v sets #size to nil
fails:Enumerator::Lazy#grep_v calls the block with a gathered array when yield with multiple arguments
fails:Enumerator::Lazy#grep_v when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when not given a block
fails:Enumerator::Lazy#grep_v when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a block
fails:Enumerator::Lazy#grep_v on a nested Lazy sets #size to nil
fails:Enumerator::Lazy#grep_v on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when not given a block
fails:Enumerator::Lazy#grep_v on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first stops after specified times when given a block
1 change: 1 addition & 0 deletions spec/tags/ruby/core/enumerator/yielder/append_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Enumerator::Yielder#<< doesn't double-wrap Arrays

0 comments on commit 7b78471

Please sign in to comment.