1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-12 12:13:08 +00:00
redmine/mailing_lists/test/unit/mailing_message_test.rb
2007-02-25 11:14:33 +00:00

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