instiki/vendor/rails/actionmailer/test/fixtures/helpers/test_helper.rb

6 lines
107 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
module TestHelper
def test_format(text)
"<em><strong><small>#{text}</small></strong></em>"
end
end