]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to test/integration/attachments_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 21 Mar 2017 11:41:00 +0000 (11:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 21 Mar 2017 11:41:00 +0000 (11:41 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16427 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/attachments_test.rb

index 4a5da1b99caf5b87551d57596b286aceaed85de1..76219e1a062f2c52f7d200d3b491e66b7a9475c0 100644 (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')