Skip to content

Commit 71d5e42

Browse files
committedOct 29, 2013
Group all failing alias methods together
1 parent e781ec1 commit 71d5e42

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎spec/filters/bugs/language.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
fails "The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor"
55
fails "The alias keyword operates on methods with splat arguments defined in a superclass using text block for class eval"
66
fails "The alias keyword is not allowed against Fixnum or String instances"
7+
fails "The alias keyword adds the new method to the list of public methods"
8+
fails "The alias keyword adds the new method to the list of methods"
79

810
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)"
911
fails "The unpacking splat operator (*) returns a new array containing the same values when applied to an array inside an empty array"

‎spec/filters/bugs/public_methods.rb

-4
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.