a procedure without zone is finally valid
This commit is contained in:
parent
c773fea916
commit
44018a86de
2 changed files with 0 additions and 14 deletions
|
@ -334,19 +334,6 @@ describe Administrateurs::ProceduresController, type: :controller do
|
|||
|
||||
it { expect(subject.for_individual).not_to eq procedure_params[:for_individual] }
|
||||
end
|
||||
|
||||
context 'when zones are empty' do
|
||||
before do
|
||||
Flipper.enable(:zonage)
|
||||
end
|
||||
|
||||
after do
|
||||
Flipper.disable(:zonage)
|
||||
end
|
||||
|
||||
let(:zone_ids) { [""] }
|
||||
it { is_expected.to render_template :zones }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue