demarches-normaliennes/spec/models/follow_commentaire_groupe_gestionnaire_spec.rb

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