mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
with_global_filter test helper
This commit is contained in:
@@ -104,7 +104,7 @@ class DropsTest < Minitest::Test
|
||||
include Liquid
|
||||
|
||||
def test_product_drop
|
||||
tpl = Liquid::Template.parse( ' ' )
|
||||
tpl = Liquid::Template.parse(' ')
|
||||
assert_equal ' ', tpl.render!('product' => ProductDrop.new)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user