mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-26 13:45:13 -07:00
Rename outdated test
This commit is contained in:
@@ -19,7 +19,7 @@ class I18nTest < Test::Unit::TestCase
|
|||||||
assert_equal "something different", @i18n.translate("whatever", :something => "different")
|
assert_equal "something different", @i18n.translate("whatever", :something => "different")
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_raises_keyerror_on_undefined_interpolation_key
|
def test_raises_translation_error_on_undefined_interpolation_key
|
||||||
assert_raise I18n::TranslationError do
|
assert_raise I18n::TranslationError do
|
||||||
@i18n.translate("whatever", :oopstypos => "yes")
|
@i18n.translate("whatever", :oopstypos => "yes")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user