module ActionController::TestCase::Behavior

def delete(action, *args)

See +get+ for more details.
Simulate a DELETE request with the given parameters and set/volley the response.
def delete(action, *args)
  process(action, "DELETE", *args)
end