with_global_filter test helper

This commit is contained in:
Florian Weingarten
2014-07-28 19:28:22 +00:00
parent 57d5426eed
commit a2f0f2547d
6 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -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