mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo
This commit is contained in:
parent
6381d08078
commit
16d6497a50
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class TranslationHelperTest < ActiveSupport::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_returns_missing_tranlation_message_without_span_wrap
|
||||
def test_returns_missing_translation_message_without_span_wrap
|
||||
old_value = ActionView::Base.debug_missing_translation
|
||||
ActionView::Base.debug_missing_translation = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue