require 'pathname' require Pathname.new(__FILE__).dirname + 'test_helper' class AttendeeTest < Test::Unit::TestCase #:nodoc: def test_should_show_all_attendees # TODO end def test_should_create_attendee # TODO end def test_should_show_attendee # TODO end def test_should_update_attendee # TODO end def test_should_delete_attendee # TODO end end