This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/models/topic_allowed_user_spec.rb
2022-07-28 10:27:38 +08:00

7 lines
151 B
Ruby

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