Skip to content

Commit

Permalink
Move arity check filters to opal bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Dec 26, 2013
1 parent 6deb722 commit 7780bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/opal/filters/bugs/arity_check.rb

This file was deleted.

4 changes: 4 additions & 0 deletions spec/opal/filters/bugs/opal.rb
@@ -1,3 +1,7 @@
opal_filter "Opal bugs" do
fails "Array#join raises a NoMethodError if an element does not respond to #to_str, #to_ary, or #to_s"

# arity checking bugs
fails "Array#shift passed a number n as an argument raises an ArgumentError if more arguments are passed"
fails "Array#pop passed a number n as an argument raises an ArgumentError if more arguments are passed"
end

0 comments on commit 7780bf3

Please sign in to comment.