diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-24 19:52:44 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-24 19:52:50 +0100 |
commit | a74a655648618a6ed568b9b4ef3a17a8970e7774 (patch) | |
tree | 84c1c255aa7b66c35e4303ea934fcf2e40361c8e /actionmailer/test/fixtures/helper_mailer | |
parent | bd96614101262e0ad0cc176ed8e2d95a5c17936b (diff) | |
download | rails-a74a655648618a6ed568b9b4ef3a17a8970e7774.tar.gz rails-a74a655648618a6ed568b9b4ef3a17a8970e7774.tar.bz2 rails-a74a655648618a6ed568b9b4ef3a17a8970e7774.zip |
Add tests to mail helper.
Diffstat (limited to 'actionmailer/test/fixtures/helper_mailer')
4 files changed, 0 insertions, 8 deletions
diff --git a/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb b/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb deleted file mode 100644 index fcff3bb1b4..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb +++ /dev/null @@ -1 +0,0 @@ -So, <%= example_format(@text) %> diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper.erb b/actionmailer/test/fixtures/helper_mailer/use_helper.erb deleted file mode 100644 index 378777f8bb..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_helper.erb +++ /dev/null @@ -1 +0,0 @@ -Hello, <%= person_name %>. Thanks for registering! diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb b/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb deleted file mode 100644 index d5b8b285e7..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb +++ /dev/null @@ -1 +0,0 @@ -This message brought to you by <%= name_of_the_mailer_class %>. diff --git a/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb b/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb deleted file mode 100644 index 96ec49d18a..0000000000 --- a/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb +++ /dev/null @@ -1,5 +0,0 @@ -From "Romeo and Juliet": - -<%= block_format @text %> - -Good ol' Shakespeare. |