mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e0738ac6e9
commit
dcb9d8c4a7
@ -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…
x
Reference in New Issue
Block a user