rails/actiontext/test/integration
Mike Dalessio 55bca6b8e8
Update Action Text to use HTML5 when available
The change from `#clone` to `#dup` is necessary to work around an
issue in Nokogiri where `#clone` is not defined properly for HTML5
fragment and the fragment does not have a parent Document. `#dup`
behaves the way we expect, so this should be fine.
2023-06-19 15:59:59 -04:00
..
controller_render_test.rb Update Action Text to use HTML5 when available 2023-06-19 15:59:59 -04:00
job_render_test.rb Update Action Text to use HTML5 when available 2023-06-19 15:59:59 -04:00
mailer_render_test.rb Fix deprecation warnings in Action Text tests 2022-03-19 07:20:31 +00:00