Setup RNA champ
This commit is contained in:
parent
606ac48964
commit
d8afe81034
5 changed files with 50 additions and 0 deletions
|
@ -211,6 +211,12 @@ FactoryBot.define do
|
|||
value { '44011762001530' }
|
||||
end
|
||||
|
||||
factory :champ_rna, class: 'Champs::RNAChamp' do
|
||||
type_de_champ { association :type_de_champ_rna, procedure: dossier.procedure }
|
||||
association :etablissement, factory: [:etablissement]
|
||||
value { 'W173847273' }
|
||||
end
|
||||
|
||||
factory :champ_repetition, class: 'Champs::RepetitionChamp' do
|
||||
type_de_champ { association :type_de_champ_repetition, procedure: dossier.procedure }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue