require 'pathname' require Pathname.new(__FILE__).dirname + 'test_helper' class ContactTest < Test::Unit::TestCase #:nodoc: def test_should_show_all_contacts # TODO end def test_should_create_contact # TODO end def test_should_show_contact # TODO end def test_should_update_contact # TODO end def test_should_delete_contact # TODO end end