mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8246a8139c
… by switching the initialzation of an appropriate response parser in `ActionDispatch::TestResponse` from eagerly to lazily. By doing so, the response parser can be correctly set for `ActionController::TestCase`, which doesn't include the content type header in the constructor but only sets it at a later time. Fixes #34676. |
||
---|---|---|
.. | ||
assertions | ||
assertion_response.rb | ||
assertions.rb | ||
integration.rb | ||
request_encoder.rb | ||
test_process.rb | ||
test_request.rb | ||
test_response.rb |