# File lib/active_support/vendor/i18n-0.1.3/test/i18n_exceptions_test.rb, line 49
  def test_missing_interpolation_argument_stores_key_and_string
    force_missing_interpolation_argument
  rescue I18n::ArgumentError => e
    assert_equal 'bar', e.key
    assert_equal "{{bar}}", e.string
  end