Skip to content

Commit b094d74

Browse files
committedNov 13, 2013
Remove some array spec filters for specs that now pass
1 parent 4967799 commit b094d74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎spec/filters/bugs/array.rb

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
fails "Array#delete may be given a block that is executed if no element matches object"
3232
fails "Array#delete returns the last element in the array for which object is equal under #=="
3333

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-
3834
fails "Array#dup creates a new array containing all elements or the original"
3935

4036
fails "Array.[] can unpack 2 or more nested referenced array"

0 commit comments

Comments
 (0)
Please sign in to comment.