Missing fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8384 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a03432cbe6
commit
bd42536d31
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue