summaryrefslogtreecommitdiffstats
path: root/test/unit/feed_item_test.rb
blob: b007ac7854ce051740767c6891be8b414741c8c9 (plain)
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