]> source.dussan.org Git - redmine.git/commitdiff
Remove trailing whitespaces from test/unit/mailer_test.rb
authorGo MAEDA <maeda@farend.jp>
Tue, 6 Nov 2018 02:45:26 +0000 (02:45 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 6 Nov 2018 02:45:26 +0000 (02:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17623 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/mailer_test.rb

index c340a41ff261551c78f66a3809d8f8bdf34401b3..41e886f5b169248542dc79d374a4e4e81840e750 100644 (file)
@@ -684,7 +684,7 @@ class MailerTest < ActiveSupport::TestCase
     # Send an email to a french user
     user = User.find(1)
     user.update_attribute :language, 'fr'
-    
+
     Mailer.deliver_account_activated(user)
     mail = last_email
     assert_mail_body_match 'Votre compte', mail