Skip to content

Commit

Permalink
Fixed chained backend tests -- they were failing because I18n.locale …
Browse files Browse the repository at this point in the history
…was set to :'en-US' somewhere else
  • Loading branch information
joshmh committed Mar 31, 2009
1 parent e99190e commit cee0b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/backends/chained_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def setup

class TranslateChainedTest < ActiveSupport::TestCase
def setup
I18n.locale = :en
I18n.backend = Globalize::Backend::Chain.new
@first_backend = I18n::Backend::Simple.new
@last_backend = I18n::Backend::Simple.new
Expand Down

0 comments on commit cee0b0a

Please sign in to comment.