Commit c7574edc905cb0b5b8afee924b468b13c7107053

Authored by Leandro Santos
1 parent 71ecb24f

revert Noosfero default locale to avoid random failures

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/unit/noosfero_test.rb
... ... @@ -21,6 +21,7 @@ class NoosferoTest < ActiveSupport::TestCase
21 21 should 'support setting default locale' do
22 22 Noosfero.default_locale = 'pt_BR'
23 23 assert_equal 'pt_BR', Noosfero.default_locale
  24 + Noosfero.default_locale = nil
24 25 end
25 26  
26 27 should 'identifier format' do
... ...