Skip to content

Commit 70f5a5e

Browse files
committedOct 29, 2013
Add most rubyspecs for BasicObject
1 parent 7b1eac5 commit 70f5a5e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎spec/filters/bugs/basic_object.rb

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
opal_filter "BasicObject" do
2+
fails "BasicObject#instance_eval evaluates strings"
3+
fails "BasicObject#instance_exec passes arguments to the block"
4+
end

‎spec/rubyspecs

+10
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ core/array/unshift_spec
7474
core/array/values_at_spec
7575
core/array/zip_spec
7676

77+
core/basicobject/__send___spec
78+
core/basicobject/ancestors_spec
79+
core/basicobject/class_spec
80+
core/basicobject/equal_spec
81+
core/basicobject/equal_value_spec
82+
core/basicobject/instance_eval_spec
83+
core/basicobject/instance_exec_spec
84+
core/basicobject/new_spec
85+
core/basicobject/superclass_spec
86+
7787
core/true/and_spec
7888
core/true/inspect_spec
7989
core/true/or_spec

0 commit comments

Comments
 (0)
Please sign in to comment.