Patch #26522 » repository_routing_test.patch
test/integration/routing/repositories_test.rb | ||
---|---|---|
20 | 20 |
class RoutingRepositoriesTest < Redmine::RoutingTest |
21 | 21 | |
22 | 22 |
def setup |
23 |
@paths = ['path/to/file.c', 'path/to/index.html'] |
|
23 |
@paths = ['path/to/file.c', 'path/to/index.html', 'raw/file.c']
|
|
24 | 24 |
end |
25 | 25 | |
26 | 26 |
def test_repositories_resources |