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

11 lines
198 B
Ruby
Raw Normal View History

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