diff --git a/test/lib/liquid/drop_test.rb b/test/lib/liquid/drop_test.rb index 303d14a..9755280 100644 --- a/test/lib/liquid/drop_test.rb +++ b/test/lib/liquid/drop_test.rb @@ -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