instiki/vendor/rails/actionmailer/test/fixtures/helpers/test_helper.rb
2007-01-22 07:43:50 -06:00

6 lines
107 B
Ruby

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