# File lib/active_support/vendor/i18n-0.1.3/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