Skip to content

Commit

Permalink
Enable some array specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 18, 2013
1 parent 43337c6 commit added4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/filters/bugs/array.rb
Expand Up @@ -53,19 +53,12 @@
fails "Array#[]= calls to_int on its start and length arguments"
fails "Array#[]= does nothing if the section defined by range has negative width and the rhs is an empty array"

fails "Array#eql? returns false if any corresponding elements are not #eql?"
fails "Array#eql? ignores array class differences"
fails "Array#eql? does not call #to_ary on its argument"
fails "Array#eql? handles well recursive arrays"
fails "Array#eql? returns false immediately when sizes of the arrays differ"
fails "Array#eql? returns true if corresponding elements are #eql?"

fails "Array#== returns true if corresponding elements are #=="
fails "Array#== returns false if any corresponding elements are not #=="
fails "Array#== compares with an equivalent Array-like object using #to_ary"
fails "Array#== does not call #to_ary on its argument"
fails "Array#== handles well recursive arrays"
fails "Array#== returns false immediately when sizes of the arrays differ"

fails "Array#fetch tries to convert the passed argument to an Integer using #to_int"
fails "Array#fetch raises a TypeError when the passed argument can't be coerced to Integer"
Expand Down

0 comments on commit added4f

Please sign in to comment.