remove duplicate test case (see tdc_0)
This commit is contained in:
parent
96eec7e566
commit
35ae011b59
1 changed files with 0 additions and 12 deletions
|
@ -73,18 +73,6 @@ describe ProcedurePresentation do
|
||||||
|
|
||||||
it { is_expected.to match(['changed libelle 1']) }
|
it { is_expected.to match(['changed libelle 1']) }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when there is another published which removes a previous tdc' do
|
|
||||||
let!(:previous_tdc) { procedure.published_revision.types_de_champ_public.first }
|
|
||||||
|
|
||||||
before do
|
|
||||||
type_de_champ = procedure.draft_revision.remove_type_de_champ(previous_tdc.id)
|
|
||||||
|
|
||||||
procedure.publish_revision!
|
|
||||||
end
|
|
||||||
|
|
||||||
it { is_expected.to match(['libelle 1']) }
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue