1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #26377 from y-yagi/rename_test_method_to_avoid_overriding

rename test method to avoid overriding
This commit is contained in:
Eileen M. Uchitelle 2016-09-04 08:15:37 -04:00 committed by GitHub
commit 9aaf8ca767

View file

@ -3693,7 +3693,7 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest
assert_equal "admin/pages#index", @response.body assert_equal "admin/pages#index", @response.body
end end
def test_namespaced_roots def test_multiple_namespaced_roots
draw do draw do
namespace :foo do namespace :foo do
root "test#index" root "test#index"