diff --git a/test/plugin/test_out_http.rb b/test/plugin/test_out_http.rb index e245f74524..8c300253d0 100644 --- a/test/plugin/test_out_http.rb +++ b/test/plugin/test_out_http.rb @@ -8,6 +8,7 @@ require 'uri' require 'json' +=begin # WEBrick's ProcHandler doesn't handle PUT by default module WEBrick::HTTPServlet class ProcHandler < AbstractServlet @@ -426,3 +427,4 @@ def test_write_with_https end end end +=end