aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/helpers')
-rw-r--r--actionmailer/test/fixtures/helpers/example_helper.rb (renamed from actionmailer/test/fixtures/helpers/test_helper.rb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/test/fixtures/helpers/test_helper.rb b/actionmailer/test/fixtures/helpers/example_helper.rb
index f479820c96..d66927aa60 100644
--- a/actionmailer/test/fixtures/helpers/test_helper.rb
+++ b/actionmailer/test/fixtures/helpers/example_helper.rb
@@ -1,5 +1,5 @@
-module TestHelper
- def test_format(text)
+module ExampleHelper
+ def example_format(text)
"<em><strong><small>#{text}</small></strong></em>"
end
end