demarches-normaliennes/spec/factories/commentaire_groupe_gestionnaire.rb
2024-08-22 09:26:48 +02:00

9 lines
166 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :commentaire_groupe_gestionnaire do
association :groupe_gestionnaire
body { 'plop' }
end
end