Skip to content

Commit

Permalink
Merge pull request #26377 from y-yagi/rename_test_method_to_avoid_ove…
Browse files Browse the repository at this point in the history
…rriding

rename test method to avoid overriding
  • Loading branch information
eileencodes committed Sep 4, 2016
2 parents 395c4f8 + f282626 commit 9aaf8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/dispatch/routing_test.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 9aaf8ca

Please sign in to comment.