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