# File lib/vendor/i18n/test/simple_backend_test.rb, line 115
  def test_store_translations_forces_locale_to_sym
    @backend.store_translations 'en', :foo => 'bar'
    assert_equal Hash['en''en', {:foo => 'bar'}], backend_get_translations
  end