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