community_test.rb 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 require File.dirname(__FILE__) + '/../test_helper' class CommunityTest < Test::Unit::TestCase should 'inherit from Profile' do assert_kind_of Profile, Community.new end end