From 12813cd6ab58332aa1fde4232e8ee3008f02e87d 2011-09-23 23:57:36 From: Toshi MARUYAMA Date: 2011-09-23 23:57:36 Subject: [PATCH] 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 --- diff --git a/test/unit/helpers/projects_helper_test.rb b/test/unit/helpers/projects_helper_test.rb index b393fd1..dd94898 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