summaryrefslogtreecommitdiffstats
path: root/test/integration/attachments_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-03-21 11:41:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-03-21 11:41:00 +0000
commit21f8ce885df7991b77ca3c4c22634456ba18474a (patch)
treef3c8a83dcc0ec54bf7c2813e66e0b38374393929 /test/integration/attachments_test.rb
parent749e26098050f8115c5668ac7f60c3edbea7a0cd (diff)
downloadredmine-21f8ce885df7991b77ca3c4c22634456ba18474a.tar.gz
redmine-21f8ce885df7991b77ca3c4c22634456ba18474a.zip
add missing fixtures to test/integration/attachments_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16427 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/attachments_test.rb')
-rw-r--r--test/integration/attachments_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/attachments_test.rb b/test/integration/attachments_test.rb
index 4a5da1b99..76219e1a0 100644
--- a/test/integration/attachments_test.rb
+++ b/test/integration/attachments_test.rb
@@ -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')