mirror of https://github.com/rails/rails
Fix documentation of with_routing in the class level
There is no assertions inside it.
This commit is contained in:
parent
ce36426c98
commit
c82d624ea1
|
@ -23,7 +23,6 @@ module ActionDispatch
|
|||
# set.draw do
|
||||
# resources :users
|
||||
# end
|
||||
# assert_equal "/users", users_path
|
||||
# end
|
||||
#
|
||||
def with_routing(&block)
|
||||
|
|
Loading…
Reference in New Issue