Files
redmine/mailing_lists/test/unit/mailing_message_test.rb
T

11 lines
212 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class MailingMessageTest < Test::Unit::TestCase
fixtures :mailing_messages
# Replace this with your real tests.
def test_truth
assert true
end
end