mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fix text method name clash.
This commit is contained in:
@@ -88,7 +88,7 @@ class DropsTest < Test::Unit::TestCase
|
||||
|
||||
end
|
||||
|
||||
def test_text_drop
|
||||
def test_unknown_method
|
||||
output = Liquid::Template.parse( ' {{ product.catchall.unknown }} ' ).render('product' => ProductDrop.new)
|
||||
assert_equal ' method: unknown ', output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user