# File lib/faraday/adapter/test.rb, line 61
        def patch(path, body=nil, &block)
          new_stub(:patch, path, body, &block)
        end