7 lines
264 B
Ruby
7 lines
264 B
Ruby
describe FollowCommentaireGroupeGestionnaire, type: :model do
|
|
describe 'associations' do
|
|
it { is_expected.to belong_to(:gestionnaire) }
|
|
it { is_expected.to belong_to(:groupe_gestionnaire) }
|
|
it { is_expected.to belong_to(:sender).optional }
|
|
end
|
|
end
|