test/backend/chain_test.rb in i18n-0.6.11 vs test/backend/chain_test.rb in i18n-0.7.0.beta1
- old
+ new
@@ -1,8 +1,9 @@
require 'test_helper'
class I18nBackendChainTest < I18n::TestCase
def setup
+ super
@first = backend(:en => {
:foo => 'Foo', :formats => { :short => 'short' }, :plural_1 => { :one => '%{count}' }, :dates => {:a => "A"}
})
@second = backend(:en => {
:bar => 'Bar', :formats => { :long => 'long' }, :plural_2 => { :one => 'one' }, :dates => {:a => "B", :b => "B"}