Skip to content

Commit daa4b20

Browse files
committed
Unexclude mri refinement tests
1 parent 5b774cf commit daa4b20

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

test/mri/excludes/TestRefinement.rb

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
exclude :test_eval_with_binding_scoping, "needs investigation"
22
exclude :test_include_refinement, "needs investigation"
3-
exclude :test_instance_methods_not_include_superclass_method, "needs investigation"
43
exclude :test_prepend_after_refine, "needs investigation"
5-
exclude :test_redefine_refined_method, "needs investigation"
64
exclude :test_refine_module, "needs investigation"
7-
exclude :test_refine_with_proc, "needs investigation"
8-
exclude :test_singleton_method_should_not_use_refinements, "needs investigation"
9-
exclude :test_super_to_module, "needs investigation"
10-
exclude :test_undef_original_method, "needs investigation"
11-
exclude :test_used_modules, "needs investigation"
12-
exclude :test_warn_setconst_in_refinmenet, "needs investigation"
13-
exclude :test_include_into_refinement, "needs investigation"
14-
exclude :test_prepend_into_refinement, "needs investigation"
155
exclude :test_refine_prepended_class, "needs investigation"
16-
exclude :test_send_should_use_refinements, "needs investigation"
6+
exclude :test_refine_with_proc, "needs investigation"
177
exclude :test_respond_to_should_use_refinements, "needs investigation"
188
exclude :test_tostring, "needs investigation"
9+
exclude :test_undef_original_method, "needs investigation"
10+
exclude :test_used_modules, "needs investigation"
1911
exclude :test_using_wrong_argument, "needs investigation"
12+
exclude :test_warn_setconst_in_refinmenet, "needs investigation"
2013
exclude :test_public_send_should_use_refinements, "needs investigation"

0 commit comments

Comments
 (0)