We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4967799 commit b094d74Copy full SHA for b094d74
spec/filters/bugs/array.rb
@@ -31,10 +31,6 @@
31
fails "Array#delete may be given a block that is executed if no element matches object"
32
fails "Array#delete returns the last element in the array for which object is equal under #=="
33
34
- fails "Array#drop_while removes elements from the start of the array until the block returns false"
35
- fails "Array#drop_while removes elements from the start of the array until the block returns nil"
36
- fails "Array#drop_while removes elements from the start of the array while the block evaluates to true"
37
-
38
fails "Array#dup creates a new array containing all elements or the original"
39
40
fails "Array.[] can unpack 2 or more nested referenced array"
0 commit comments