1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)

git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-05-30 06:57:20 +00:00
parent e0738ac6e9
commit dcb9d8c4a7

View File

@ -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