aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helpers/example_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/helpers/example_helper.rb')
-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