Sha256: 8b38522f9711d7d4c5a4ce5c3551ab02b8d815c9a26688a5f400d70447d43cc1
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class MailTest < Test::Unit::TestCase fixtures :elts, :mails, :attachments def setup @mail = Mail.find(1) end # Replace this with your real tests. def test_truth assert_kind_of Mail, @mail end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
parlement-0.1 | test/unit/mail_test.rb |
parlement-0.2 | test/unit/mail_test.rb |