rails-controller-testing
rails-controller-testing copied to clipboard
Fix assert_template(file:) with Rails 6
- Brings back
!render_template.action_viewinstrumentation when rendering with ActionView::Template::RawFile
See https://github.com/rails/rails-controller-testing/pull/46 for discussion.
Note that all I did was rebase the work of @tconst onto the newest commit of rails-controller-testing.
I confirm this PR is working fine for us with Rails 7 too. Is there any plan to merge/release it?