2019-04-30 10:27:42 +10:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2022-07-28 05:27:38 +03:00
|
|
|
RSpec.describe TopicAllowedUser do
|
2014-12-31 11:55:03 -03:00
|
|
|
it { is_expected.to belong_to :user }
|
|
|
|
|
it { is_expected.to belong_to :topic }
|
2013-02-05 14:16:51 -05:00
|
|
|
end
|