Skip to content

Commit

Permalink
Remove some array spec filters for specs that now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 13, 2013
1 parent 4967799 commit b094d74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/filters/bugs/array.rb
Expand Up @@ -31,10 +31,6 @@
fails "Array#delete may be given a block that is executed if no element matches object"
fails "Array#delete returns the last element in the array for which object is equal under #=="

fails "Array#drop_while removes elements from the start of the array until the block returns false"
fails "Array#drop_while removes elements from the start of the array until the block returns nil"
fails "Array#drop_while removes elements from the start of the array while the block evaluates to true"

fails "Array#dup creates a new array containing all elements or the original"

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

0 comments on commit b094d74

Please sign in to comment.