]> source.dussan.org Git - redmine.git/commitdiff
add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 30 May 2019 06:57:20 +0000 (06:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 30 May 2019 06:57:20 +0000 (06:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18207 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/routing/repositories_test.rb

index 59f34c8250478da89125a2512fbba613bda9d1a1..fe5124ac71fe7f7c2ed4a475dcb7502798f2580a 100644 (file)
@@ -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