# File lib/i18n/tests/lookup.rb, line 6
      def setup
        super
        I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' }, :falsy => false, :truthy => true,
          :string => "a", :array => %w(a b c), :hash => { "a" => "b" })
      end