rails-controller-testing icon indicating copy to clipboard operation
rails-controller-testing copied to clipboard

Fix assert_template(file:) with Rails 6

Open airdrummingfool opened this issue 3 years ago • 1 comments

  • Brings back !render_template.action_view instrumentation 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.

airdrummingfool avatar Mar 24 '22 05:03 airdrummingfool

I confirm this PR is working fine for us with Rails 7 too. Is there any plan to merge/release it?

michaelbaudino avatar Apr 26 '23 10:04 michaelbaudino