1 2 3 4 5 6
require File.dirname(__FILE__) + '/../test_helper' class FeedItemTest < ActiveSupport::TestCase should_belong_to :event should_belong_to :watcher end