1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/testing
Jon Moss e0b5a773cc Remove last uses of @env[] and @env[]=
Last August (2015), @tenderlove worked to remove all `@env[]` and `@env[]=`, in
favor of using `set_header`, `get_header`, etc. (Here's an [example
commit](f16a33b68e)).

This PR should remove the last uses of these methods, and fully convert
them to the newly standardized API.
2016-04-28 20:26:58 -04:00
..
assertions Change 'a HTTP' to 'an HTTP' [ci skip] 2016-03-03 20:28:01 +05:30
assertion_response.rb Add both HTTP Response Code and Type to assertion messages 2016-01-12 13:09:00 -07:00
assertions.rb Use sufficient a regexp anchor to check @response.content_type.to_s 2015-10-22 20:33:32 +09:00
integration.rb Deprecate request_via_redirect method. 2016-04-24 07:18:11 +05:30
test_process.rb remove unused require 2016-01-30 13:50:22 +09:00
test_request.rb Remove last uses of @env[] and @env[]= 2016-04-28 20:26:58 -04:00
test_response.rb Add fixes accidentally removed. 2016-02-12 20:13:48 +01:00