提交 7129dd95 编写于 作者: E Emilio Tagua

undef method if already defined.

上级 dda34319
......@@ -18,6 +18,7 @@ def teardown
test "parses a strict rack.input" do
class Linted
undef call if method_defined?(:call)
def call(env)
bar = env['action_dispatch.request.request_parameters']['foo']
result = "<ok>#{bar}</ok>"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册