diff options
author | Go MAEDA <maeda@farend.jp> | 2019-12-02 02:36:38 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-12-02 02:36:38 +0000 |
commit | 6dffb3a5eb182c9ba1d8788ff6893060dd946123 (patch) | |
tree | cecd96a1e7f45e30ff8316209d340ce5f1de7f82 /test/unit | |
parent | 45fb27d5afaa6b274f34c60c31236c167b2d2ae0 (diff) | |
download | redmine-6dffb3a5eb182c9ba1d8788ff6893060dd946123.tar.gz redmine-6dffb3a5eb182c9ba1d8788ff6893060dd946123.zip |
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
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/version_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index a467a09db..113491202 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -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 |