rails--rails/actionmailer/test/fixtures/helpers/test_helper.rb

6 lines
107 B
Ruby

module TestHelper
def test_format(text)
"<em><strong><small>#{text}</small></strong></em>"
end
end