blob: 6f66833d353d6f798f5970dd3ca51cf4f68b5245 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require File.dirname(__FILE__) + '/../test_helper'
class AttachmentTest < Test::Unit::TestCase
fixtures :attachments
# Replace this with your real tests.
def test_truth
assert true
end
end
|