refactor(repetition): remove parent_id
This commit is contained in:
parent
e7080c1ad1
commit
bd32f5693d
25 changed files with 72 additions and 222 deletions
|
@ -5,7 +5,7 @@ describe EditableChamp::EditableChampComponent, type: :component do
|
|||
let(:types_de_champ_public) { [] }
|
||||
let(:types_de_champ_private) { [] }
|
||||
let(:dossier) { create(:dossier, :with_populated_champs, procedure:) }
|
||||
let(:champ) { dossier.champs.first }
|
||||
let(:champ) { (dossier.project_champs_public + dossier.project_champs_private).first }
|
||||
|
||||
let(:component) { described_class.new(form: nil, champ:) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue