module I18n::Tests::Defaults
Public Instance Methods
Calls superclass method
# File lib/i18n/tests/defaults.rb, line 6 def setup super I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' }) end