From fd49bbafb5f715947803c898d9485f3e89b4da85 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Wed, 6 May 2026 16:06:38 +0200 Subject: [PATCH] Renamed: test/integration/self_drop_test.rb -> test/integration/self_drop_context_test.rb --- .../{self_drop_test.rb => self_drop_context_test.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/integration/{self_drop_test.rb => self_drop_context_test.rb} (97%) diff --git a/test/integration/self_drop_test.rb b/test/integration/self_drop_context_test.rb similarity index 97% rename from test/integration/self_drop_test.rb rename to test/integration/self_drop_context_test.rb index 39775546..86c21c0a 100644 --- a/test/integration/self_drop_test.rb +++ b/test/integration/self_drop_context_test.rb @@ -2,7 +2,7 @@ require 'test_helper' -class SelfDropTest < Minitest::Test +class SelfDropContextTest < Minitest::Test include Liquid def test_self_drop_passed_as_render_param_preserves_original_scope