Changeset 8053
- Timestamp:
- 10/29/07 04:13:51 (1 year ago)
- Files:
-
- trunk/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb (modified) (1 diff)
- trunk/actionmailer/test/url_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb
r7572 r8053 2 2 3 3 Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %> 4 5 <%= image_tag "somelogo.png" %> trunk/actionmailer/test/url_test.rb
r7572 r8053 57 57 expected.to = @recipient 58 58 expected.subject = "[Signed up] Welcome #{@recipient}" 59 expected.body = "Hello there, \n\nMr. #{@recipient}. Please see our greeting at http://example.com/welcome/greeting http://www.basecamphq.com/welcome "59 expected.body = "Hello there, \n\nMr. #{@recipient}. Please see our greeting at http://example.com/welcome/greeting http://www.basecamphq.com/welcome\n\n<img alt=\"Somelogo\" src=\"/images/somelogo.png\" />" 60 60 expected.from = "system@loudthinking.com" 61 61 expected.date = Time.local(2004, 12, 12)