diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-09 14:26:56 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-09 14:26:56 +0000 |
commit | 6765505b2d0dd14014988b9b15096a33f5b9b2d1 (patch) | |
tree | 57a94d1753c94cd331dc195cd32cb128cb17fec4 /test/unit/lib | |
parent | f80905af7daac2881bdfecf8fbaeae454b9c13f3 (diff) | |
download | redmine-6765505b2d0dd14014988b9b15096a33f5b9b2d1.tar.gz redmine-6765505b2d0dd14014988b9b15096a33f5b9b2d1.zip |
Add missing fixtures to several tests (#30276).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17780 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r-- | test/unit/lib/redmine/field_format/version_field_format_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/field_format/version_field_format_test.rb b/test/unit/lib/redmine/field_format/version_field_format_test.rb index 9543d8444..2984624d6 100644 --- a/test/unit/lib/redmine/field_format/version_field_format_test.rb +++ b/test/unit/lib/redmine/field_format/version_field_format_test.rb @@ -22,7 +22,8 @@ class Redmine::VersionFieldFormatTest < ActionView::TestCase fixtures :projects, :versions, :trackers, :roles, :users, :members, :member_roles, :issue_statuses, :issue_categories, :issue_relations, :workflows, - :enumerations, :custom_fields, :custom_fields_trackers + :enumerations, :custom_fields, :custom_fields_trackers, + :enabled_modules def setup super |