diff options
author | Go MAEDA <maeda@farend.jp> | 2018-11-29 06:58:04 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-11-29 06:58:04 +0000 |
commit | 05e701b877c4033936ebb2f6db1a2e93fb8408fb (patch) | |
tree | 4fabf98c4a7f99c303a403ef90ec2dc006ce2a44 /test | |
parent | 9b682c2537bfdfe327febe03db5fbe2facdc0003 (diff) | |
download | redmine-05e701b877c4033936ebb2f6db1a2e93fb8408fb.tar.gz redmine-05e701b877c4033936ebb2f6db1a2e93fb8408fb.zip |
Add missing fixtures for test_create_with_one_attachment (#30054).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17649 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/documents_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/documents_controller_test.rb b/test/functional/documents_controller_test.rb index c8c9fd57c..3adb1d8cd 100644 --- a/test/functional/documents_controller_test.rb +++ b/test/functional/documents_controller_test.rb @@ -20,7 +20,7 @@ require File.expand_path('../../test_helper', __FILE__) class DocumentsControllerTest < Redmine::ControllerTest fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, :enabled_modules, :documents, :enumerations, - :groups_users, :attachments + :groups_users, :attachments, :user_preferences def setup User.current = nil |