module ActionDispatch::Integration::RequestHelpers

def patch(path, parameters = nil, headers_or_env = nil)

details.
Performs a PATCH request with the given parameters. See +#get+ for more
def patch(path, parameters = nil, headers_or_env = nil)
  process :patch, path, parameters, headers_or_env
end