mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-26 13:45:13 -07:00
Update test/integration/tags/render_tag_test.rb
Co-authored-by: Alok Swamy <[email protected]>
This commit is contained in:
co-authored by
Alok Swamy
parent
1733586242
commit
d63dd104de
@@ -131,7 +131,7 @@ class RenderTagTest < Minitest::Test
|
|||||||
assert_template_result('hello value1 value2', '{% render "snippet" arg1: "value1" arg2: "value2" %}', partials: partials)
|
assert_template_result('hello value1 value2', '{% render "snippet" arg1: "value1" arg2: "value2" %}', partials: partials)
|
||||||
end
|
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')
|
file_system = StubFileSystem.new('snippet' => 'echo')
|
||||||
assert_equal(
|
assert_equal(
|
||||||
'echoecho',
|
'echoecho',
|
||||||
|
|||||||
Reference in New Issue
Block a user