[#1421] Add linked dropown fields

This commit is contained in:
Frederic Merizen 2018-06-14 12:53:27 +02:00
parent 859d8896f8
commit 15e8d8af05
7 changed files with 12 additions and 1 deletions

View file

@ -50,6 +50,10 @@ FactoryBot.define do
type_champ 'multiple_drop_down_list'
drop_down_list { create(:drop_down_list) }
end
factory :type_de_champ_linked_drop_down_list, class: 'TypesDeChamp::LinkedDropDownListTypeDeChamp' do
type_champ 'linked_drop_down_list'
drop_down_list { create(:drop_down_list) }
end
factory :type_de_champ_pays, class: 'TypesDeChamp::PaysTypeDeChamp' do
type_champ 'pays'
end