Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionmailer / test / fixtures / helpers / example_helper.rb
diff --git a/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb b/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb
deleted file mode 100644 (file)
index d66927a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-module ExampleHelper
-  def example_format(text)
-    "<em><strong><small>#{text}</small></strong></em>"
-  end
-end