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
This commit is contained in:
Toshi MARUYAMA 2013-07-05 22:50:29 +00:00
parent bc18590da3
commit 6db84ab0c1
1 changed files with 1 additions and 1 deletions

View File

@ -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