aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helpers
diff options
context:
space:
mode:
authorJosé Valim and Mikel Lindsaar <pair@programming.com>2010-01-24 19:52:44 +0100
committerJosé Valim and Mikel Lindsaar <pair@programming.com>2010-01-24 19:52:50 +0100
commita74a655648618a6ed568b9b4ef3a17a8970e7774 (patch)
tree84c1c255aa7b66c35e4303ea934fcf2e40361c8e /actionmailer/test/fixtures/helpers
parentbd96614101262e0ad0cc176ed8e2d95a5c17936b (diff)
downloadrails-a74a655648618a6ed568b9b4ef3a17a8970e7774.tar.gz
rails-a74a655648618a6ed568b9b4ef3a17a8970e7774.tar.bz2
rails-a74a655648618a6ed568b9b4ef3a17a8970e7774.zip
Add tests to mail helper.
Diffstat (limited to 'actionmailer/test/fixtures/helpers')
-rw-r--r--actionmailer/test/fixtures/helpers/example_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionmailer/test/fixtures/helpers/example_helper.rb b/actionmailer/test/fixtures/helpers/example_helper.rb
deleted file mode 100644
index f6a6a49ced..0000000000
--- a/actionmailer/test/fixtures/helpers/example_helper.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-module ExampleHelper
- def example_format(text)
- "<em><strong><small>#{h(text)}</small></strong></em>".html_safe!
- end
-end