diff --git a/lib/shoulda/matchers/routing.rb b/lib/shoulda/matchers/routing.rb index 88243814..24317d67 100644 --- a/lib/shoulda/matchers/routing.rb +++ b/lib/shoulda/matchers/routing.rb @@ -1,7 +1,7 @@ module Shoulda module Matchers + # @private module Routing - # @private def route(method, path) ActionController::RouteMatcher.new(method, path, self) end