strange test
This commit is contained in:
parent
5767c9b97e
commit
ae86cdcf9e
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ describe ProcedureExportService do
|
||||||
let(:other_parent) { create(:type_de_champ_repetition, stable_id: champ_repetition.stable_id) }
|
let(:other_parent) { create(:type_de_champ_repetition, stable_id: champ_repetition.stable_id) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
create(:procedure_revision_type_de_champ, type_de_champ: other_parent, revision: create(:procedure).active_revision)
|
create(:procedure_revision_type_de_champ, type_de_champ: other_parent, revision: create(:procedure).active_revision, position: 0)
|
||||||
create(:type_de_champ, parent: other_parent)
|
create(:type_de_champ, parent: other_parent)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue