mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03: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")
|
||||
end
|
||||
|
||||
def test_raises_keyerror_on_undefined_interpolation_key
|
||||
def test_raises_translation_error_on_undefined_interpolation_key
|
||||
assert_raise I18n::TranslationError do
|
||||
@i18n.translate("whatever", :oopstypos => "yes")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user