@@ -19,8 +19,13 require File.expand_path('../../test_helper', __FILE__) | |||
|
19 | 19 | |
|
20 | 20 | class ProjectTest < ActiveSupport::TestCase |
|
21 | 21 | fixtures :projects, :trackers, :issue_statuses, :issues, |
|
22 | :journals, :journal_details, | |
|
22 | 23 | :enumerations, :users, :issue_categories, |
|
23 | 24 | :projects_trackers, |
|
25 | :custom_fields, | |
|
26 | :custom_fields_projects, | |
|
27 | :custom_fields_trackers, | |
|
28 | :custom_values, | |
|
24 | 29 | :roles, |
|
25 | 30 | :member_roles, |
|
26 | 31 | :members, |
@@ -29,7 +34,8 class ProjectTest < ActiveSupport::TestCase | |||
|
29 | 34 | :versions, |
|
30 | 35 | :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions, |
|
31 | 36 | :groups_users, |
|
32 | :boards | |
|
37 | :boards, | |
|
38 | :repositories | |
|
33 | 39 | |
|
34 | 40 | def setup |
|
35 | 41 | @ecookbook = Project.find(1) |
General Comments 0
You need to be logged in to leave comments.
Login now