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