module Shoulda::Matchers::Routing

@private

Public Instance Methods

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