diff options
author | Tobias Bühlmann <tbuehlmann@users.noreply.github.com> | 2018-12-16 11:02:45 +0100 |
---|---|---|
committer | Tobias Bühlmann <tbuehlmann@users.noreply.github.com> | 2018-12-16 12:27:37 +0100 |
commit | 8246a8139c78aca29f988274be9732b1e9f4f51d (patch) | |
tree | 53cb2d013947d5542b4abddb554d274095a87bdc /actionview/lib/action_view/template | |
parent | ce48b5a366482d4b4c4c053e1e39e79d71987197 (diff) | |
download | rails-8246a8139c78aca29f988274be9732b1e9f4f51d.tar.gz rails-8246a8139c78aca29f988274be9732b1e9f4f51d.tar.bz2 rails-8246a8139c78aca29f988274be9732b1e9f4f51d.zip |
Allow using parsed_body in ActionController::TestCase
… 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.
Diffstat (limited to 'actionview/lib/action_view/template')
0 files changed, 0 insertions, 0 deletions