Skip to content

Commit

Permalink
Remove filters for fixed Enumerable aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Nov 11, 2013
1 parent 337e9bc commit 2c80096
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/filters/bugs/enumerable.rb
Expand Up @@ -32,11 +32,4 @@

fails "Enumerable#select passes through the values yielded by #each_with_index"
fails "Enumerable#select returns an enumerator when no block given"

fails "Enumerable#take when passed an argument consumes only what is needed"
fails "Enumerable#take when passed an argument raises a TypeError if the passed argument is not numeric"
fails "Enumerable#take when passed an argument tries to convert the passed argument to an Integer using #to_int"
fails "Enumerable#take when passed an argument raises an ArgumentError when count is negative"

fails "Enumerable#to_a passes arguments to each"
end

0 comments on commit 2c80096

Please sign in to comment.