Jean-Philippe Lang 6b7650e2f0 Initial commit
git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-06-28 18:11:03 +00:00

11 lines
228 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class PackagesTest < Test::Unit::TestCase
fixtures :packages
# Replace this with your real tests.
def test_truth
assert_kind_of Packages, packages(:first)
end
end