##// END OF EJS Templates
Fixed test/unit/issue_category_test.rb breaking when run alone (#12285)...
Jean-Baptiste Barth -
r10559:45e7c63fc410
parent child
Show More
@@ -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