summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/attachments_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/attachments_test.rb')
-rw-r--r--test/integration/routing/attachments_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/routing/attachments_test.rb b/test/integration/routing/attachments_test.rb
index 14a5c784a..1a323d6fb 100644
--- a/test/integration/routing/attachments_test.rb
+++ b/test/integration/routing/attachments_test.rb
@@ -35,5 +35,6 @@ class RoutingAttachmentsTest < Redmine::RoutingTest
should_route 'GET /attachments/issues/1/edit' => 'attachments#edit_all', :object_type => 'issues', :object_id => '1'
should_route 'PATCH /attachments/issues/1' => 'attachments#update_all', :object_type => 'issues', :object_id => '1'
+ should_route 'GET /attachments/issues/1/download' => 'attachments#download_all', :object_type => 'issues', :object_id => '1'
end
end