demarches-normaliennes/spec/factories/commentaire_groupe_gestionnaire.rb

10 lines
166 B
Ruby
Raw Normal View History

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