From: Toshi MARUYAMA Date: Thu, 30 May 2019 06:57:20 +0000 (+0000) Subject: add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850) X-Git-Tag: 4.1.0~847 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dcb9d8c4a79bf348bdfbf8554136d16bf129e131;p=redmine.git add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850) git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 59f34c825..fe5124ac7 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -22,7 +22,9 @@ require File.expand_path('../../../test_helper', __FILE__) class RoutingRepositoriesTest < Redmine::RoutingTest def setup - @paths = ['path/to/file.c', 'path/to/index.html', 'raw/file.c'] + @paths = ['path/to/index.html', + 'path/to/file.c', 'path/to/file.yaml', 'path/to/file.txt', + 'raw/file.c'] end def test_repositories_resources