Module: Shoulda::Matchers::Routing

Defined in:
lib/shoulda/matchers/routing.rb

Instance Method Summary collapse

Instance Method Details

#route(method, path, port: nil) ⇒ Object



5
6
7
# File 'lib/shoulda/matchers/routing.rb', line 5

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