cours0708/P5B/ruby/mon_projet/test/unit/supplier_test.rb

11 lines
199 B
Ruby
Raw Normal View History

2008-11-25 21:11:16 +00:00
require File.dirname(__FILE__) + '/../test_helper'
class SupplierTest < Test::Unit::TestCase
fixtures :suppliers
# Replace this with your real tests.
def test_truth
assert true
end
end