aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/translation_helper_test.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-30 10:42:50 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-30 10:43:24 +0530
commit16d6497a50278a28272766aa62626ce23a50f6c1 (patch)
tree34e37b44b126493ad2c2451bad1c2d2ce723dbdf /actionview/test/template/translation_helper_test.rb
parent6381d080789dd2ea613bc8e57d2b6fee7210f1c3 (diff)
downloadrails-16d6497a50278a28272766aa62626ce23a50f6c1.tar.gz
rails-16d6497a50278a28272766aa62626ce23a50f6c1.tar.bz2
rails-16d6497a50278a28272766aa62626ce23a50f6c1.zip
Fix typo
Diffstat (limited to 'actionview/test/template/translation_helper_test.rb')
-rw-r--r--actionview/test/template/translation_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/translation_helper_test.rb b/actionview/test/template/translation_helper_test.rb
index 597936d7ae..38b9284767 100644
--- a/actionview/test/template/translation_helper_test.rb
+++ b/actionview/test/template/translation_helper_test.rb
@@ -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