diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 10:29:55 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 10:29:55 +0000 |
commit | 45e7c63fc4105ebf2ebc962382b130ec31a0b02b (patch) | |
tree | 5958bd5258622f26d50482fbf98c009dd16f27b6 /test/unit | |
parent | 0eabfc5e72347a726c66d0baa23bfab3ae57c7b4 (diff) | |
download | redmine-45e7c63fc4105ebf2ebc962382b130ec31a0b02b.tar.gz redmine-45e7c63fc4105ebf2ebc962382b130ec31a0b02b.zip |
Fixed test/unit/issue_category_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/issue_category_test.rb | 2 |
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) |