module Shoulda::Matchers::Routing

def route(method, path, port: nil)

def route(method, path, port: nil)
  ActionController::RouteMatcher.new(self, method, path, port: port)
end