diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-23 12:46:33 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-23 12:46:40 +0100 |
commit | c985a0ee3d9ae279fd02814ca60782e2f93215e4 (patch) | |
tree | 8a20b922033e8c38371076f17669e6167389c373 /actionmailer/test/fixtures | |
parent | 6ba944608e527b8d7fc564a6e450e2d4c4355ddb (diff) | |
download | rails-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')
-rw-r--r-- | actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.html.erb | 1 | ||||
-rw-r--r-- | actionmailer/test/fixtures/base_mailer/explicit_multipart_templates.text.erb | 1 |
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 |