refactor(routing): rename routage_custom to custom_routing

This commit is contained in:
Eric Leroy-Terquem 2024-10-17 09:09:28 +02:00
parent b511eb2db7
commit 7caadc3b40
No known key found for this signature in database
GPG key ID: 53D8FAECEF207605
3 changed files with 6 additions and 6 deletions

View file

@ -1058,7 +1058,7 @@ describe Administrateurs::GroupeInstructeursController, type: :controller do
let!(:drop_down_tdc) { procedure4.draft_revision.types_de_champ.first }
before { patch :wizard, params: { procedure_id: procedure4.id, choice: { state: 'routage_custom' } } }
before { patch :wizard, params: { procedure_id: procedure4.id, choice: { state: 'custom_routing' } } }
it do
expect(response).to redirect_to(admin_procedure_groupe_instructeurs_path(procedure4))