Fix text method name clash.

This commit is contained in:
Mark H. Wilkinson
2011-04-12 13:47:27 +01:00
parent 7bbb4ff84f
commit 37a0fe213b

View File

@@ -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