Skip to content

Commit

Permalink
Add most rubyspecs for BasicObject
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 29, 2013
1 parent 7b1eac5 commit 70f5a5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/filters/bugs/basic_object.rb
@@ -0,0 +1,4 @@
opal_filter "BasicObject" do
fails "BasicObject#instance_eval evaluates strings"
fails "BasicObject#instance_exec passes arguments to the block"
end
10 changes: 10 additions & 0 deletions spec/rubyspecs
Expand Up @@ -74,6 +74,16 @@ core/array/unshift_spec
core/array/values_at_spec
core/array/zip_spec

core/basicobject/__send___spec
core/basicobject/ancestors_spec
core/basicobject/class_spec
core/basicobject/equal_spec
core/basicobject/equal_value_spec
core/basicobject/instance_eval_spec
core/basicobject/instance_exec_spec
core/basicobject/new_spec
core/basicobject/superclass_spec

core/true/and_spec
core/true/inspect_spec
core/true/or_spec
Expand Down

0 comments on commit 70f5a5e

Please sign in to comment.