refactor(routing): rename routage_custom to custom_routing
This commit is contained in:
parent
b511eb2db7
commit
7caadc3b40
3 changed files with 6 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue