2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-11-02 12:23:21 +01:00
|
|
|
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
|