##// END OF EJS Templates
Fixed test/unit/version_test.rb breaking when run alone (#12285)...
Jean-Baptiste Barth -
r10558:0eabfc5e7234
parent child
Show More
@@ -18,7 +18,7
18 18 require File.expand_path('../../test_helper', __FILE__)
19 19
20 20 class VersionTest < ActiveSupport::TestCase
21 fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerations, :versions
21 fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerations, :versions, :projects_trackers
22 22
23 23 def setup
24 24 end
General Comments 0
You need to be logged in to leave comments. Login now