diff options
-rw-r--r-- | test/integration/routing/repositories_test.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 59f34c825..fe5124ac7 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -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 |