remove previous routing sytem code

This commit is contained in:
Eric Leroy-Terquem 2023-06-12 22:00:41 +02:00
parent 30f6aaed34
commit 7598b0a513
14 changed files with 0 additions and 99 deletions

View file

@ -692,18 +692,6 @@ describe Administrateurs::GroupeInstructeursController, type: :controller do
end
end
describe '#update_routing_criteria_name' do
before do
patch :update_routing_criteria_name,
params: {
procedure_id: procedure.id,
procedure: { routing_criteria_name: 'new name !' }
}
end
it { expect(procedure.reload.routing_criteria_name).to eq('new name !') }
end
describe '#create_simple_routing' do
let!(:procedure3) do
create(:procedure,