mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Localize errors in Liquid
This commit is contained in:
@@ -146,6 +146,7 @@ class TemplateTest < Test::Unit::TestCase
|
||||
|
||||
def test_sets_default_localization_in_document
|
||||
t = Template.new
|
||||
t.parse('')
|
||||
assert_instance_of I18n, t.root.options[:locale]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user