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_list_test.rb
Jean-Philippe Lang 73e822834d added mailing_list model and controller
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@264 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-02-25 10:13:48 +00:00

11 lines
206 B
Ruby

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