diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-06-08 04:40:12 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-06-08 04:40:12 +0000 |
commit | cd9d1711daaa93b8dc589f80693ee9eb7d3dfce5 (patch) | |
tree | 2d5f3a1ed0a98e5b847657afa0eea932f79c7f60 /actionmailer/test/fixtures | |
parent | b195ed61c8419eb39df122e48d196779abcee81f (diff) | |
download | rails-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/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml | 6 | ||||
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml | 6 |
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 |