aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
diff options
context:
space:
mode:
authorJorge Bejar <jorge@wyeworks.com>2015-07-06 21:33:19 -0300
committerJorge Bejar <jorge@wyeworks.com>2015-12-09 10:53:41 -0300
commit83b4e9073f0852afc065ef398bd3ad9b5a6db29c (patch)
treedc2f2e814f8c6dcf4a1a0768c58c99e6d295d302 /actionpack/test/dispatch/routing_test.rb
parentb79bfaadaf5b5c6d3e458c24184a0e846bd8cf55 (diff)
downloadrails-83b4e9073f0852afc065ef398bd3ad9b5a6db29c.tar.gz
rails-83b4e9073f0852afc065ef398bd3ad9b5a6db29c.tar.bz2
rails-83b4e9073f0852afc065ef398bd3ad9b5a6db29c.zip
Response when error should be formatted properly in Rails API if local request
Diffstat (limited to 'actionpack/test/dispatch/routing_test.rb')
-rw-r--r--actionpack/test/dispatch/routing_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb
index 8972f3e74d..1b711e1bf8 100644
--- a/actionpack/test/dispatch/routing_test.rb
+++ b/actionpack/test/dispatch/routing_test.rb
@@ -3272,6 +3272,7 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest
expected_params = {
controller: 'downloads',
action: 'show',
+ format: 'tar',
id: '1'
}