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:
commit
9aaf8ca767
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue