# File lib/vendor/i18n/test/i18n_exceptions_test.rb, line 70 def test_reserved_interpolation_key_message force_reserved_interpolation_key rescue I18n::ArgumentError => e assert_equal 'reserved key "scope" used in "{{scope}}"', e.message end