Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions spec/filters/bugs/language.rb
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@
fails "The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor"
fails "The alias keyword operates on methods with splat arguments defined in a superclass using text block for class eval"
fails "The alias keyword is not allowed against Fixnum or String instances"
fails "The alias keyword adds the new method to the list of public methods"
fails "The alias keyword adds the new method to the list of methods"

fails "The unpacking splat operator (*) when applied to a non-Array value attempts to coerce it to Array if the object respond_to?(:to_a)"
fails "The unpacking splat operator (*) returns a new array containing the same values when applied to an array inside an empty array"
4 changes: 0 additions & 4 deletions spec/filters/bugs/public_methods.rb

This file was deleted.

0 comments on commit 71d5e42

Please sign in to comment.