Rename outdated test

This commit is contained in:
Simon Eskildsen
2013-08-30 12:26:23 -04:00
parent fc8c45ebe6
commit 380828f807

View File

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