1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Add missing fixtures to VersionTest (#32540).

Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19327 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-12-02 02:36:38 +00:00
parent 45fb27d5af
commit 6dffb3a5eb

View File

@ -22,7 +22,8 @@ require File.expand_path('../../test_helper', __FILE__)
class VersionTest < ActiveSupport::TestCase
fixtures :projects, :users, :issues, :issue_statuses, :trackers,
:enumerations, :versions, :projects_trackers,
:custom_fields, :custom_fields_trackers, :custom_fields_projects
:custom_fields, :custom_fields_trackers, :custom_fields_projects,
:members, :member_roles, :roles
def setup
User.current = nil