module I18n::Tests::Defaults

Public Instance Methods

setup() click to toggle source
Calls superclass method
# File lib/i18n/tests/defaults.rb, line 5
def setup
  super
  I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' })
end