aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-08 04:40:12 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-08 04:40:12 +0000
commitcd9d1711daaa93b8dc589f80693ee9eb7d3dfce5 (patch)
tree2d5f3a1ed0a98e5b847657afa0eea932f79c7f60 /actionmailer
parentb195ed61c8419eb39df122e48d196779abcee81f (diff)
downloadrails-cd9d1711daaa93b8dc589f80693ee9eb7d3dfce5.tar.gz
rails-cd9d1711daaa93b8dc589f80693ee9eb7d3dfce5.tar.bz2
rails-cd9d1711daaa93b8dc589f80693ee9eb7d3dfce5.zip
Missed svn adds. References #7534.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml6
-rw-r--r--actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml6
2 files changed, 12 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
new file mode 100644
index 0000000000..847d065c37
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
@@ -0,0 +1,6 @@
+%p Hello there,
+
+%p
+ Mr.
+ = @recipient
+ from haml \ No newline at end of file
diff --git a/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
new file mode 100644
index 0000000000..847d065c37
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
@@ -0,0 +1,6 @@
+%p Hello there,
+
+%p
+ Mr.
+ = @recipient
+ from haml \ No newline at end of file