0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 18:09:26 +08:00
discourse/spec/models/topic_allowed_user_spec.rb
2022-07-28 10:27:38 +08:00

6 lines
151 B
Ruby
Vendored

# frozen_string_literal: true
RSpec.describe TopicAllowedUser do
it { is_expected.to belong_to :user }
it { is_expected.to belong_to :topic }
end