1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

add missing fixtures to test/integration/attachments_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16427 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2017-03-21 11:41:00 +00:00
parent 749e260980
commit 21f8ce885d

View File

@ -22,7 +22,8 @@ class AttachmentsTest < Redmine::IntegrationTest
:users, :email_addresses,
:roles, :members, :member_roles,
:trackers, :projects_trackers,
:issues, :issue_statuses, :enumerations
:issues, :issue_statuses, :enumerations,
:attachments
def test_upload_should_set_default_content_type
log_user('jsmith', 'jsmith')