extract NB_DAYS_RECENT_DOSSIERS and PERCENTILE
This commit is contained in:
parent
bdf2f47eb9
commit
a5ae5af56a
4 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
describe 'users/dossiers/show/_status_overview.html.haml', type: :view do
|
||||
before { allow(dossier.procedure).to receive(:usual_traitement_time).and_return(1.day) }
|
||||
before { allow(dossier.procedure).to receive(:usual_traitement_time_for_recent_dossiers).and_return(1.day) }
|
||||
|
||||
subject! { render 'users/dossiers/show/status_overview.html.haml', dossier: dossier }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue