mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Hide Routing module in docs
[ci skip]
This commit is contained in:
parent
142366ef16
commit
bc97034ccb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
# @private
|
||||
module Routing
|
||||
# @private
|
||||
def route(method, path)
|
||||
ActionController::RouteMatcher.new(method, path, self)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue