diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-07-05 22:50:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-07-05 22:50:29 +0000 |
commit | 6db84ab0c17929046b044c1a90c08c1eded6bf91 (patch) | |
tree | 0a14d600cecbb9433a348579ecbee960a90cc951 /test | |
parent | bc18590da349e8fae79bc3ac546a5dbe8eff0722 (diff) | |
download | redmine-6db84ab0c17929046b044c1a90c08c1eded6bf91.tar.gz redmine-6db84ab0c17929046b044c1a90c08c1eded6bf91.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/account_test.rb | 2 |
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 |