mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 02:05:41 +03: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