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:
parent
bc18590da3
commit
6db84ab0c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue