mirror of
https://github.com/redmine/redmine.git
synced 2026-01-19 14:03:06 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user