Commit acd34e03 by Mike Burns

Stub continue_timeout= for Net::HTTP 1.9.3

parent 99cc5334
......@@ -4,7 +4,10 @@ FakeWeb.allow_net_connect = false
module FakeWeb
class StubSocket
def read_timeout=(ignored)
def read_timeout=(_ignored)
end
def continue_timeout=(_ignored)
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment