mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 18:13:40 +08:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
require 'rails_helper'
|
|
|
|
describe TopicAllowedUser do
|
|
it { is_expected.to belong_to :user }
|
|
it { is_expected.to belong_to :topic }
|
|
end
|