# File lib/vendor/i18n/test/i18n_exceptions_test.rb, line 63 def test_reserved_interpolation_key_stores_key_and_string force_reserved_interpolation_key rescue I18n::ArgumentError => e assert_equal 'scope', e.key assert_equal "{{scope}}", e.string end