require File.dirname(__FILE__) + '/../test_helper' class AddressTest < Test::Unit::TestCase fixtures :addresses # Replace this with your real tests. def test_sanity @acme_hq.save p @acme_hq assert @acme_hq.save end end