From fe2f383cf3c0aa6901487c398b9ae8ffce03ecbd Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 17 Mar 2010 22:27:34 -0700 Subject: Fix broken test due to constant collision --- actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb (limited to 'actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb') diff --git a/actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb b/actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb new file mode 100644 index 0000000000..4c5806d30d --- /dev/null +++ b/actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb @@ -0,0 +1,5 @@ +Hello there, + +Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %> + +<%= image_tag "somelogo.png" %> \ No newline at end of file -- cgit v1.2.3