aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/mail_render_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-14 05:58:34 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-14 05:58:34 -0300
commit0a2257697019f5eca65d46416ea1fa405ad41021 (patch)
tree9555dd26da7669c4f9b07a1640355d0b505ff696 /actionmailer/test/old_base/mail_render_test.rb
parentb451de0d6de4df6bc66b274cec73b919f823d5ae (diff)
downloadrails-0a2257697019f5eca65d46416ea1fa405ad41021.tar.gz
rails-0a2257697019f5eca65d46416ea1fa405ad41021.tar.bz2
rails-0a2257697019f5eca65d46416ea1fa405ad41021.zip
Fixes some ActionMailer tests
Diffstat (limited to 'actionmailer/test/old_base/mail_render_test.rb')
-rw-r--r--actionmailer/test/old_base/mail_render_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/old_base/mail_render_test.rb b/actionmailer/test/old_base/mail_render_test.rb
index 08951833a5..bf489e77d4 100644
--- a/actionmailer/test/old_base/mail_render_test.rb
+++ b/actionmailer/test/old_base/mail_render_test.rb
@@ -112,7 +112,7 @@ class RenderHelperTest < Test::Unit::TestCase
def test_file_template
mail = RenderMailer.file_template
- assert_equal "Hello there, \n\nMr. test@localhost", mail.body.to_s.strip
+ assert_equal "Hello there,\n\nMr. test@localhost", mail.body.to_s.strip
end
def test_rxml_template