require 'pathname' require Pathname.new(__FILE__).dirname + 'test_helper' class ConferenceTest < Test::Unit::TestCase #:nodoc: def test_should_show_all_conferences # TODO end def test_should_create_conference # TODO end def test_should_show_conference # TODO end def test_should_update_conference # TODO end def test_should_delete_conference # TODO end end