From dab78e55cfcc111b898a1c2475c0c5c327db30f9 Mon Sep 17 00:00:00 2001 From: Tekin Suleyman Date: Tue, 25 Nov 2008 11:27:32 +0000 Subject: Ensure ActionMailer doesn't blow up when a two argument proc is set for the asset host Signed-off-by: Michael Koziarski [#1394 state:committed] --- actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb (limited to 'actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb') diff --git a/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb b/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb new file mode 100644 index 0000000000..b3f0438d03 --- /dev/null +++ b/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb @@ -0,0 +1 @@ +<%= image_tag "somelogo.png" %> \ No newline at end of file -- cgit v1.2.3