# File lib/vendor/i18n/test/simple_backend_test.rb, line 104
  def test_store_translations_adds_translations # no, really :-)
    @backend.store_translations 'en''en', :foo => 'bar'
    assert_equal Hash['en''en', {:foo => 'bar'}], backend_get_translations
  end