mailr/test/unit/message_test.rb

9 lines
154 B
Ruby
Raw Normal View History

2011-07-27 20:34:30 +02:00
require 'test_helper'
class MessageTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end