From 6db84ab0c17929046b044c1a90c08c1eded6bf91 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 5 Jul 2013 22:50:29 +0000 Subject: [PATCH] remove trailing white-space from test/integration/account_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11985 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/account_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5