module I18n::Tests::Defaults

def setup

def setup
  super
  I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' })
end