From f3f7d166d8e7a1a2e15371f2870115406e1aaac2 Mon Sep 17 00:00:00 2001 From: "U-ESCAPEE\\Mack" Date: Thu, 4 Sep 2008 12:03:29 -0400 Subject: Fixed problem causes by leftover backup templates ending in tilde [state:committed #969] Signed-off-by: David Heinemeier Hansson --- .../test_mailer/implicitly_multipart_example.text.html.erb~ | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ (limited to 'actionmailer/test/fixtures/test_mailer') diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ new file mode 100644 index 0000000000..946d99ede5 --- /dev/null +++ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ @@ -0,0 +1,10 @@ + + + HTML formatted message to <%= @recipient %>. + + + + + HTML formatted message to <%= @recipient %>. + + -- cgit v1.2.3