mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
10 lines
133 B
Ruby
10 lines
133 B
Ruby
require 'spec_helper'
|
|
|
|
describe CategoryFeaturedTopic do
|
|
|
|
it { should belong_to :category }
|
|
it { should belong_to :topic }
|
|
|
|
end
|
|
|