summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-23 04:55:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-23 04:55:37 +0000
commit44a5eedf8f04a5908d1c479488368688d2a666ef (patch)
treed41cb1c37bb0d13846d7901e472da59154f2f2d7 /test
parent8847e3546e72f7c5c8dbc738b64e6fd2fe3158da (diff)
downloadredmine-44a5eedf8f04a5908d1c479488368688d2a666ef.tar.gz
redmine-44a5eedf8f04a5908d1c479488368688d2a666ef.zip
add missing fixtures to test/unit/helpers/routes_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13495 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/helpers/routes_helper_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/helpers/routes_helper_test.rb b/test/unit/helpers/routes_helper_test.rb
index f7fb9fbf6..88ddaa880 100644
--- a/test/unit/helpers/routes_helper_test.rb
+++ b/test/unit/helpers/routes_helper_test.rb
@@ -20,6 +20,8 @@
require File.expand_path('../../../test_helper', __FILE__)
class RoutesHelperTest < ActionView::TestCase
+ fixtures :projects, :issues
+
include Rails.application.routes.url_helpers
def test_time_entries_path