Missing fixtures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8384 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-26 12:35:25 +00:00
parent a03432cbe6
commit bd42536d31
1 changed files with 7 additions and 1 deletions

View File

@ -19,8 +19,13 @@ require File.expand_path('../../test_helper', __FILE__)
class ProjectTest < ActiveSupport::TestCase
fixtures :projects, :trackers, :issue_statuses, :issues,
:journals, :journal_details,
:enumerations, :users, :issue_categories,
:projects_trackers,
:custom_fields,
:custom_fields_projects,
:custom_fields_trackers,
:custom_values,
:roles,
:member_roles,
:members,
@ -29,7 +34,8 @@ class ProjectTest < ActiveSupport::TestCase
:versions,
:wikis, :wiki_pages, :wiki_contents, :wiki_content_versions,
:groups_users,
:boards
:boards,
:repositories
def setup
@ecookbook = Project.find(1)