demarches-normaliennes/spec/models/follow_commentaire_groupe_gestionnaire_spec.rb

8 lines
264 B
Ruby
Raw Normal View History

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