diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 3376861..9ab1e2b 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -20,7 +20,7 @@ require File.expand_path('../../../test_helper', __FILE__) class RoutingRepositoriesTest < Redmine::RoutingTest def setup - @paths = ['path/to/file.c', 'path/to/index.html'] + @paths = ['path/to/file.c', 'path/to/index.html', 'raw/file.c'] end def test_repositories_resources