Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert helper output_buffer to string
Starting from Rails 7.1, `ActionView::TestCase#output_buffer` uses `ActionView::OutputBuffer` rather than `ActiveSupport::SafeBuffer`. Due to the slightly different behavior, before comparing it to a string we we need first to convert it. See rails/rails@532e39a
- Loading branch information