mirror of
https://github.com/redmine/redmine.git
synced 2026-03-02 10:31:33 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user