提交 c8e1cc86 编写于 作者: C Carlhuda

remove_method is private

上级 ecf84b23
......@@ -104,7 +104,7 @@ def render_from_helper
assert_match /Hello: EloyHello: Manfred/, render(:partial => 'test/from_helper')
ensure
self.class.helper_class.remove_method :render_from_helper
self.class.helper_class.send(:remove_method, :render_from_helper)
end
end
......@@ -162,7 +162,7 @@ def render_from_helper; from_test_case end
end
assert_equal 'Word!', render(:partial => 'test/from_helper')
ensure
_helpers.remove_method :render_from_helper
_helpers.send(:remove_method, :render_from_helper)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册