# File lib/shoulda/action_controller/matchers/route_matcher.rb, line 25 25: def route(method, path) 26: RouteMatcher.new(method, path, self) 27: end