aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helpers/test_helper.rb
blob: f479820c96ecb3161c0c904713683fbf3bc146d3 (plain) (blame)
1
2
3
4
5
module TestHelper
  def test_format(text)
    "<em><strong><small>#{text}</small></strong></em>"
  end
end