Module: I18n::Tests::Lookup
- Defined in:
- lib/i18n/tests/lookup.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
6 7 8 9 10 |
# File 'lib/i18n/tests/lookup.rb', line 6 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 |