From cd9d1711daaa93b8dc589f80693ee9eb7d3dfce5 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 8 Jun 2007 04:40:12 +0000 Subject: Missed svn adds. References #7534. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../fixtures/test_mailer/custom_templating_extension.text.html.haml | 6 ++++++ .../test_mailer/custom_templating_extension.text.plain.haml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml create mode 100644 actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml (limited to 'actionmailer/test/fixtures/test_mailer') 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 -- cgit v1.2.3