Sha256: db24149bba13602674ac391958f5f0de825f4cfc0c85dbdc3b01d028583878bc
Contents?: true
Size: 302 Bytes
Versions: 12
Compression:
Stored size: 302 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class AttachmentTest < Test::Unit::TestCase fixtures :elts, :mails, :attachments def setup @attachment = Attachment.find(0) end # Replace this with your real tests. def test_truth assert_kind_of Attachment, @attachment end end
Version data entries
12 entries across 12 versions & 1 rubygems