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
Yves Senn 41a14dcd10 Http::Headers directly modifies the passed environment.
The env hash passed to `Http::Headers#new` must be in env format.
Also be aware that the passed hash is modified directly.

docs and test-cases for setting headers/env in functional tests.

Follow up to #9700.
2013-03-15 10:13:49 +01:00
..
assertions Missing requires 2013-01-06 23:58:48 +09:00
assertions.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
integration.rb Http::Headers directly modifies the passed environment. 2013-03-15 10:13:49 +01:00
test_process.rb Use File.join to better integrate fixture_path in fixture_file_upload. 2012-11-26 17:50:57 -06:00
test_request.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
test_response.rb Don't duplicate Rack::Response functionality. [#5320 state:resolved] 2010-09-25 10:58:07 +02:00