diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-10-29 04:13:51 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-10-29 04:13:51 +0000 |
commit | 2283524dffec7c4869138508741f0e55b06d84eb (patch) | |
tree | d22030cc2e8cb9bba38f6d38f94b62d43606b422 /actionmailer/test/fixtures/test_mailer | |
parent | c240f2d48a3677954c4bcb57c36587833cbda2c0 (diff) | |
download | rails-2283524dffec7c4869138508741f0e55b06d84eb.tar.gz rails-2283524dffec7c4869138508741f0e55b06d84eb.tar.bz2 rails-2283524dffec7c4869138508741f0e55b06d84eb.zip |
Test which fails without [8052] [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8053 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb index 08f05b5ef0..4c5806d30d 100644 --- a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +++ b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb @@ -1,3 +1,5 @@ Hello there, -Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %>
\ No newline at end of file +Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %> + +<%= image_tag "somelogo.png" %>
\ No newline at end of file |