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

16 lines
300 B
Ruby
Raw Normal View History

2008-11-25 21:11:16 +00:00
require File.dirname(__FILE__) + '/../test_helper'
class CustomerTest < Test::Unit::TestCase
fixtures :customers
# Replace this with your real tests.
def test_truth
assert true
end
# def
# customer = Customer.find(1)
# asssert_equal "Jean_Charles", customer.name
# end
end