module Shoulda::Matchers::Routing

@private

Public Instance Methods

route(method, path, port: nil) click to toggle source
# File lib/shoulda/matchers/routing.rb, line 5
def route(method, path, port: nil)
  ActionController::RouteMatcher.new(self, method, path, port: port)
end