Module: I18n::Tests::Defaults
- Defined in:
- lib/i18n/tests/defaults.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
6 7 8 9 |
# File 'lib/i18n/tests/defaults.rb', line 6 def setup super I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' }) end |