Skip to content

Commit

Permalink
Start using language specs from rubyspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 21, 2013
1 parent 5244182 commit 3304b72
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 2,594 deletions.
3 changes: 3 additions & 0 deletions spec/filters/bugs/language/alias.rb
@@ -0,0 +1,3 @@
opal_filter "alias" do
fails "The alias keyword operates on methods with splat arguments defined in a superclass"
end
1 change: 1 addition & 0 deletions spec/filters/bugs/language/class.rb
Expand Up @@ -9,4 +9,5 @@
fails "An outer class definition contains the inner classes"
fails "An outer class definition contains the inner classes"
fails "A class definition stores instance variables defined in the class body in the class object"
fails "Reopening a class adds new methods to subclasses"
end
5 changes: 5 additions & 0 deletions spec/filters/bugs/language/super.rb
Expand Up @@ -6,4 +6,9 @@
fails "The super keyword raises an error error when super method does not exist"
fails "The super keyword calls the correct method when the method visibility is modified"
fails "The super keyword searches class methods including modules"
fails "The super keyword calls the method on the calling class"
fails "The super keyword searches the full inheritence chain"
fails "The super keyword calls the method on the calling class including modules"
fails "The super keyword searches the full inheritence chain including modules"
fails "The super keyword calls the correct method when the superclass argument list is different from the subclass"
end
160 changes: 0 additions & 160 deletions spec/rubyspec/language/alias_spec.rb

This file was deleted.

66 changes: 0 additions & 66 deletions spec/rubyspec/language/and_spec.rb

This file was deleted.

0 comments on commit 3304b72

Please sign in to comment.