Fix documentation of with_routing in the class level

There is no assertions inside it.
This commit is contained in:
Rafael Mendonça França 2023-08-18 22:21:06 +00:00
parent ce36426c98
commit c82d624ea1
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ module ActionDispatch
# set.draw do
# resources :users
# end
# assert_equal "/users", users_path
# end
#
def with_routing(&block)