diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 01:10:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 01:10:10 +0000 |
commit | 846ac262ecbd74bd4bdcf4eda18c39ce89f2fbcc (patch) | |
tree | 83da97c001f00aff26381fbbed89f6a0c7a7c75b /test | |
parent | 3c06f66d716cb7abba98f5efec203afb0e3578e8 (diff) | |
download | redmine-846ac262ecbd74bd4bdcf4eda18c39ce89f2fbcc.tar.gz redmine-846ac262ecbd74bd4bdcf4eda18c39ce89f2fbcc.zip |
Remove empty lines from test/unit/mailer_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5305 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mailer_test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index ced0447bc..554b48b75 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -440,9 +440,6 @@ class MailerTest < ActiveSupport::TestCase end end end - end - end - end |