summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index 4136d4408..eb55f551b 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -224,7 +224,7 @@ class AccountTest < ActionController::IntegrationTest
def test_registered_user_should_be_able_to_get_a_new_activation_email
Token.delete_all
-
+
with_settings :self_registration => '1', :default_language => 'en' do
# register a new account
assert_difference 'User.count' do