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