discourse/spec/models/category_featured_topic_spe...

10 lines
133 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
require 'spec_helper'
describe CategoryFeaturedTopic do
it { should belong_to :category }
it { should belong_to :topic }
2013-02-25 11:42:20 -05:00
2013-02-05 14:16:51 -05:00
end