summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_category_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/issue_category_test.rb')
-rw-r--r--test/unit/issue_category_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/issue_category_test.rb b/test/unit/issue_category_test.rb
index f98ea046c..7da40a7cc 100644
--- a/test/unit/issue_category_test.rb
+++ b/test/unit/issue_category_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class IssueCategoryTest < ActiveSupport::TestCase
- fixtures :issue_categories, :issues
+ fixtures :issue_categories, :issues, :users, :groups_users
def setup
@category = IssueCategory.find(1)