Browse Source

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

git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA 5 years ago
parent
commit
dcb9d8c4a7
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      test/integration/routing/repositories_test.rb

+ 3
- 1
test/integration/routing/repositories_test.rb 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

Loading…
Cancel
Save