Commit c4614365762220f7ffc873e621920324c5e3b396
1 parent
f5a4e96a
Exists in
master
and in
29 other branches
ActionItem830: removing useless assigment in test
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/step_definitions/internationalization_steps.rb
@@ -27,7 +27,6 @@ end | @@ -27,7 +27,6 @@ end | ||
27 | 27 | ||
28 | After('@default_locale_config') do | 28 | After('@default_locale_config') do |
29 | Noosfero.default_locale = nil | 29 | Noosfero.default_locale = nil |
30 | - GetText.locale = nil | ||
31 | end | 30 | end |
32 | 31 | ||
33 | Given /^a user accessed in (.*) before$/ do |lang| | 32 | Given /^a user accessed in (.*) before$/ do |lang| |