summaryrefslogtreecommitdiffstats
path: root/test/unit/mailer_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-05-01 12:45:39 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-05-01 12:45:39 +0000
commit017d974dd8d5c092b5bd5d496096bb7126a185f1 (patch)
tree6c52f3e946660760a32a94f4a04f73cb3d0af684 /test/unit/mailer_test.rb
parent5b680625c198d8c29031423ab2ac18370b27de07 (diff)
downloadredmine-017d974dd8d5c092b5bd5d496096bb7126a185f1.tar.gz
redmine-017d974dd8d5c092b5bd5d496096bb7126a185f1.zip
remove trailing white-spaces from test/unit/mailer_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9602 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mailer_test.rb')
-rw-r--r--test/unit/mailer_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb
index 97516c139..67b6c7a25 100644
--- a/test/unit/mailer_test.rb
+++ b/test/unit/mailer_test.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2011 Jean-Philippe Lang
+# Copyright (C) 2006-2012 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@ require File.expand_path('../../test_helper', __FILE__)
class MailerTest < ActiveSupport::TestCase
include Redmine::I18n
- include ActionDispatch::Assertions::SelectorAssertions
+ include ActionDispatch::Assertions::SelectorAssertions
fixtures :projects, :enabled_modules, :issues, :users, :members,
:member_roles, :roles, :documents, :attachments, :news,
:tokens, :journals, :journal_details, :changesets, :trackers,