rails--rails/actiontext/test/integration
Jonathan Hefner 76e111395c Always render Action Text HTML with :html format
Since #40222, Action Text HTML is rendered in the context of the current
request.  This causes the Action Text template format to default to the
request format, which prevents the template from being resolved when the
request format is not `:html` (e.g. `:json`).  Therefore, override the
template format to always be `:html`.

Fixes #40695.
2020-11-27 10:59:24 -06:00
..
controller_render_test.rb Always render Action Text HTML with :html format 2020-11-27 10:59:24 -06:00
mailer_render_test.rb