aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer
diff options
context:
space:
mode:
authorJosé Valim and Mikel Lindsaar <pair@programming.com>2010-01-23 12:46:33 +0100
committerJosé Valim and Mikel Lindsaar <pair@programming.com>2010-01-23 12:46:40 +0100
commitc985a0ee3d9ae279fd02814ca60782e2f93215e4 (patch)
tree8a20b922033e8c38371076f17669e6167389c373 /actionmailer/test/fixtures/base_mailer
parent6ba944608e527b8d7fc564a6e450e2d4c4355ddb (diff)
downloadrails-c985a0ee3d9ae279fd02814ca60782e2f93215e4.tar.gz
rails-c985a0ee3d9ae279fd02814ca60782e2f93215e4.tar.bz2
rails-c985a0ee3d9ae279fd02814ca60782e2f93215e4.zip
Add some tests to collector with templates and any.
Diffstat (limited to 'actionmailer/test/fixtures/base_mailer')
-rw-r--r--actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.html.erb1
-rw-r--r--actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.text.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.html.erb b/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.html.erb
new file mode 100644
index 0000000000..c0a61b6249
--- /dev/null
+++ b/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.html.erb
@@ -0,0 +1 @@
+HTML Explicit Multipart Templates \ No newline at end of file
diff --git a/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.text.erb b/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.text.erb
new file mode 100644
index 0000000000..507230b1de
--- /dev/null
+++ b/actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.text.erb
@@ -0,0 +1 @@
+TEXT Explicit Multipart Templates \ No newline at end of file