demarches-normaliennes/spec/factories/assign_to.rb

8 lines
149 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2018-01-23 17:15:42 +01:00
FactoryBot.define do
factory :assign_to do
groupe_instructeur { procedure.defaut_groupe_instructeur }
end
end