Remove not used param
This commit is contained in:
parent
96bbcd68ea
commit
80c1a1af2c
3 changed files with 3 additions and 3 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue