discourse/spec/models/category_featured_topic_spec.rb

10 lines
133 B
Ruby
Raw Normal View History

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