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
This commit is contained in:
parent
0eabfc5e72
commit
45e7c63fc4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue