From aaceca625da4be9e192e3c29a85ff523390c58b6 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 23 May 2014 10:25:26 -0700 Subject: extract request allocation from the main app serving routine --- actionpack/test/dispatch/routing_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/dispatch') diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb index ccc3839212..a427113763 100644 --- a/actionpack/test/dispatch/routing_test.rb +++ b/actionpack/test/dispatch/routing_test.rb @@ -3369,6 +3369,7 @@ end class TestAltApp < ActionDispatch::IntegrationTest class AltRequest attr_accessor :path_parameters, :path_info, :script_name + attr_reader :env def initialize(env) @path_parameters = {} -- cgit v1.2.3