Commit 536e61002ae7c364ae2fc34c0e1db921b7c90666
1 parent
a3bae172
Exists in
staging
and in
42 other branches
DatesHelperTest: remove unecessary text domain setup
That is already done in lib/noosfero/i18n.rb
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/unit/dates_helper_test.rb
| ... | ... | @@ -57,7 +57,6 @@ class DatesHelperTest < ActiveSupport::TestCase |
| 57 | 57 | end |
| 58 | 58 | |
| 59 | 59 | should 'not crash with events that have start_date and end_date' do |
| 60 | - FastGettext.default_text_domain = 'noosferofull' | |
| 61 | 60 | assert_nothing_raised do |
| 62 | 61 | Noosfero.locales.keys.each do |key| |
| 63 | 62 | Noosfero.with_locale(key) do | ... | ... |