Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8053

Show
Ignore:
Timestamp:
10/29/07 04:13:51 (2 years ago)
Author:
nzkoz
Message:

Test which fails without [8052] [Koz]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb

    r7572 r8053  
    22 
    33Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %> 
     4 
     5<%= image_tag "somelogo.png" %> 
  • trunk/actionmailer/test/url_test.rb

    r7572 r8053  
    5757    expected.to      = @recipient 
    5858    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\" />
    6060    expected.from    = "system@loudthinking.com" 
    6161    expected.date    = Time.local(2004, 12, 12)