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