module ActionDispatch::Integration::RequestHelpers

def patch(path, **args)

ActionDispatch::Integration::Session#process for more details.
Performs a PATCH request with the given parameters. See
def patch(path, **args)
  process(:patch, path, **args)
end