module ActionController::TestCase::Behavior
def patch(action, **args)
Simulate a PATCH request with the given parameters and set/volley the response.
def patch(action, **args) process(action, method: "PATCH", **args) end
def patch(action, **args) process(action, method: "PATCH", **args) end