Remove not used param

This commit is contained in:
Mathieu Magnin 2024-10-08 11:31:02 +02:00
parent 96bbcd68ea
commit 80c1a1af2c
No known key found for this signature in database
GPG key ID: 8DCAFC82D7BA654E
3 changed files with 3 additions and 3 deletions

View file

@ -1365,7 +1365,7 @@ describe Procedure do
describe 'suggested_path' do
let(:procedure) { create(:procedure, aasm_state: :publiee, libelle: 'Inscription au Collège', zones: [create(:zone)]) }
subject { procedure.suggested_path(procedure.administrateurs.first) }
subject { procedure.suggested_path }
context 'when the path has been customized' do
before { procedure.path = 'custom_path' }