1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Omit PATH_INFO in integration test so rack mock will properly override it

This commit is contained in:
Joshua Peek 2009-09-13 17:15:35 -05:00
parent 076d7f885e
commit 8491b77f55

View file

@ -259,7 +259,6 @@ module ActionController
"rack.url_scheme" => https? ? "https" : "http",
"REQUEST_URI" => path,
"PATH_INFO" => path,
"HTTP_HOST" => host,
"REMOTE_ADDR" => remote_addr,
"CONTENT_TYPE" => "application/x-www-form-urlencoded",