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

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