@@ -18,7 +18,7 | |||||
18 | require File.expand_path('../../test_helper', __FILE__) |
|
18 | require File.expand_path('../../test_helper', __FILE__) | |
19 |
|
19 | |||
20 | class IssueCategoryTest < ActiveSupport::TestCase |
|
20 | class IssueCategoryTest < ActiveSupport::TestCase | |
21 | fixtures :issue_categories, :issues |
|
21 | fixtures :issue_categories, :issues, :users, :groups_users | |
22 |
|
22 | |||
23 | def setup |
|
23 | def setup | |
24 | @category = IssueCategory.find(1) |
|
24 | @category = IssueCategory.find(1) |
General Comments 0
You need to be logged in to leave comments.
Login now