obsolete.ChilliProject/redmine/test/unit/tracker_test.rb

11 lines
197 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class TrackerTest < Test::Unit::TestCase
fixtures :trackers
# Replace this with your real tests.
def test_truth
assert true
end
end