summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-27 00:55:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-27 00:55:37 +0000
commitd19a7dee42b98f3e595ec9d608332acefdfd7a35 (patch)
treead5eb9f27fcd40f208dc3341372410c80293a504 /test
parent6f8d7d6e768af4fc98c276593c05cb3a47656652 (diff)
downloadredmine-d19a7dee42b98f3e595ec9d608332acefdfd7a35.tar.gz
redmine-d19a7dee42b98f3e595ec9d608332acefdfd7a35.zip
add fixtures to test/unit/lib/redmine/helpers/gantt_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9540 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/helpers/gantt_test.rb14
1 files changed, 13 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/helpers/gantt_test.rb b/test/unit/lib/redmine/helpers/gantt_test.rb
index ace931ba1..09fffe0ca 100644
--- a/test/unit/lib/redmine/helpers/gantt_test.rb
+++ b/test/unit/lib/redmine/helpers/gantt_test.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2011 Jean-Philippe Lang
+# Copyright (C) 2006-2012 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -18,6 +18,18 @@
require File.expand_path('../../../../../test_helper', __FILE__)
class Redmine::Helpers::GanttHelperTest < ActionView::TestCase
+ fixtures :projects, :trackers, :issue_statuses, :issues,
+ :journals, :journal_details,
+ :enumerations, :users, :issue_categories,
+ :projects_trackers,
+ :roles,
+ :member_roles,
+ :members,
+ :enabled_modules,
+ :workflows,
+ :versions,
+ :groups_users
+
include ApplicationHelper
include ProjectsHelper
include IssuesHelper