diff options
| author | hukl <contact@smyck.org> | 2009-07-19 19:02:31 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-19 19:02:31 +0200 |
| commit | 7c9f0d0823bdce9a011d3bdd2823e15ffb7c1311 (patch) | |
| tree | b82854becc5437517180aa6406a0baebdad7e71b /vendor/plugins/globalize2/test/backends | |
| parent | 0d8879354fbd251e4509a0ab5c6b6e47aa3fa47d (diff) | |
updated globalize2 plugin
Diffstat (limited to 'vendor/plugins/globalize2/test/backends')
| -rw-r--r-- | vendor/plugins/globalize2/test/backends/chained_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/plugins/globalize2/test/backends/chained_test.rb b/vendor/plugins/globalize2/test/backends/chained_test.rb index bc45179..bb0b3e0 100644 --- a/vendor/plugins/globalize2/test/backends/chained_test.rb +++ b/vendor/plugins/globalize2/test/backends/chained_test.rb | |||
| @@ -58,6 +58,7 @@ end | |||
| 58 | 58 | ||
| 59 | class TranslateChainedTest < ActiveSupport::TestCase | 59 | class TranslateChainedTest < ActiveSupport::TestCase |
| 60 | def setup | 60 | def setup |
| 61 | I18n.locale = :en | ||
| 61 | I18n.backend = Globalize::Backend::Chain.new | 62 | I18n.backend = Globalize::Backend::Chain.new |
| 62 | @first_backend = I18n::Backend::Simple.new | 63 | @first_backend = I18n::Backend::Simple.new |
| 63 | @last_backend = I18n::Backend::Simple.new | 64 | @last_backend = I18n::Backend::Simple.new |
