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