From d63dd104de53ced56afa7e74a161847b3daf5a60 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Thu, 23 Oct 2025 09:57:30 +0200 Subject: [PATCH] Update test/integration/tags/render_tag_test.rb Co-authored-by: Alok Swamy --- test/integration/tags/render_tag_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/tags/render_tag_test.rb b/test/integration/tags/render_tag_test.rb index e2f4530a..12759daf 100644 --- a/test/integration/tags/render_tag_test.rb +++ b/test/integration/tags/render_tag_test.rb @@ -131,7 +131,7 @@ class RenderTagTest < Minitest::Test assert_template_result('hello value1 value2', '{% render "snippet" arg1: "value1" arg2: "value2" %}', partials: partials) end - def test_include_tag_caches_second_read_of_same_partial + def test_render_tag_caches_second_read_of_same_partial file_system = StubFileSystem.new('snippet' => 'echo') assert_equal( 'echoecho',