aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorU-ESCAPEE\Mack <mack@agilereasoning.com>2008-09-04 12:03:29 -0400
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-09-09 23:29:29 -0500
commitf3f7d166d8e7a1a2e15371f2870115406e1aaac2 (patch)
tree078c89ece33a4ec32c73d0170a6da351cfe381b0 /actionmailer/test/fixtures
parent704fc3785eb4c0bca6a37060b551f09489352b6e (diff)
downloadrails-f3f7d166d8e7a1a2e15371f2870115406e1aaac2.tar.gz
rails-f3f7d166d8e7a1a2e15371f2870115406e1aaac2.tar.bz2
rails-f3f7d166d8e7a1a2e15371f2870115406e1aaac2.zip
Fixed problem causes by leftover backup templates ending in tilde [state:committed #969]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~10
1 files changed, 10 insertions, 0 deletions
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>
+ <body>
+ HTML formatted message to <strong><%= @recipient %></strong>.
+ </body>
+</html>
+<html>
+ <body>
+ HTML formatted message to <strong><%= @recipient %></strong>.
+ </body>
+</html>