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