mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 08:00:01 +08:00
6 lines
174 B
Ruby
6 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
describe DiscourseTemplates::UsageCount do
|
|
it { is_expected.to belong_to :topic }
|
|
it { is_expected.to validate_presence_of :topic_id }
|
|
end
|