Skip to content

Commit

Permalink
Tag failing new specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed May 10, 2024
1 parent 3c47be3 commit ca7823d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/core/enumerator/next_values_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Enumerator#next_values returns an array with only nil if yield is called with nil
fails:Enumerator#next_values returns an array of array if yield is called with an array
1 change: 1 addition & 0 deletions spec/tags/core/enumerator/peek_values_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Enumerator#peek_values returns an array with only nil if yield is called with nil
fails:Enumerator#peek_values returns an array of array if yield is called with an array

0 comments on commit ca7823d

Please sign in to comment.