Skip to content

Commit

Permalink
Merge pull request rails#51357 from yahonda/ruby_chilled_strings
Browse files Browse the repository at this point in the history
Address `RendererTest#test_rendering_with_a_class_renderer` failure against Ruby 3.4.0dev
  • Loading branch information
yahonda authored Mar 26, 2024
2 parents 332e08d + 41939a0 commit a2d2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/fixtures/ruby_template.ruby
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
body = ""
body = +""
body << ["Hello", "from", "Ruby", "code"].join(" ")

0 comments on commit a2d2155

Please sign in to comment.