diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-02-07 23:10:01 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-02-07 23:10:01 +0000 |
commit | 218417b8a93f3c13c9328669db2a1baa60c53562 (patch) | |
tree | 1d9ffc8eb1c967b884eebb33efcd70708da13bcb /actionmailer/test/fixtures | |
parent | 56d0e33037c602e51c30a6184e64a62def6177e0 (diff) | |
download | rails-218417b8a93f3c13c9328669db2a1baa60c53562.tar.gz rails-218417b8a93f3c13c9328669db2a1baa60c53562.tar.bz2 rails-218417b8a93f3c13c9328669db2a1baa60c53562.zip |
Remove empty .rhtml templates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8820 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test/fixtures')
15 files changed, 0 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/first_mailer/share.rhtml b/actionmailer/test/fixtures/first_mailer/share.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/first_mailer/share.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml b/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml b/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml b/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/second_mailer/share.rhtml b/actionmailer/test/fixtures/second_mailer/share.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/second_mailer/share.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/templates/signed_up.rhtml b/actionmailer/test/fixtures/templates/signed_up.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/templates/signed_up.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/signed_up.rhtml b/actionmailer/test/fixtures/test_mailer/signed_up.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/signed_up.rhtml +++ /dev/null diff --git a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml deleted file mode 100644 index e69de29bb2..0000000000 --- a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml +++ /dev/null |