module I18n::Tests::Lookup

def setup

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