module Shoulda::Matchers::Routing
@private
Public Instance Methods
Source
# File lib/shoulda/matchers/routing.rb, line 5 def route(method, path, port: nil) ActionController::RouteMatcher.new(self, method, path, port: port) end
@private
# File lib/shoulda/matchers/routing.rb, line 5 def route(method, path, port: nil) ActionController::RouteMatcher.new(self, method, path, port: port) end