summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-23 23:57:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-23 23:57:36 +0000
commit12813cd6ab58332aa1fde4232e8ee3008f02e87d (patch)
tree88e6c9273fe5b8961076f203baf1c99cee9582a2 /test/unit/helpers
parenta281752e4f20d44cedda7f9f838119ff9729ad0f (diff)
downloadredmine-12813cd6ab58332aa1fde4232e8ee3008f02e87d.tar.gz
redmine-12813cd6ab58332aa1fde4232e8ee3008f02e87d.zip
Rails3: replace "all" fixtures at test/unit/helpers/projects_helper_test.rb
Following error raises. Fixture::FormatError: Bad data for Configuration::Empty fixture named default (nil) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7483 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers')
-rw-r--r--test/unit/helpers/projects_helper_test.rb10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/unit/helpers/projects_helper_test.rb b/test/unit/helpers/projects_helper_test.rb
index b393fd1a3..dd94898ff 100644
--- a/test/unit/helpers/projects_helper_test.rb
+++ b/test/unit/helpers/projects_helper_test.rb
@@ -21,7 +21,15 @@ class ProjectsHelperTest < ActionView::TestCase
include ApplicationHelper
include ProjectsHelper
- fixtures :all
+ fixtures :projects, :trackers, :issue_statuses, :issues,
+ :enumerations, :users, :issue_categories,
+ :versions,
+ :projects_trackers,
+ :member_roles,
+ :members,
+ :groups_users,
+ :enabled_modules,
+ :workflows
def setup
super