add grace period to deleted dossiers
This commit is contained in:
parent
d2f3bb18f9
commit
f3c4040d2d
10 changed files with 103 additions and 51 deletions
|
@ -1268,8 +1268,8 @@ describe Dossier do
|
|||
end
|
||||
end
|
||||
|
||||
it { expect(Dossier.discarded_brouillon_expired.count).to eq(2) }
|
||||
it { expect(Dossier.discarded_en_construction_expired.count).to eq(2) }
|
||||
it { expect(Dossier.discarded_brouillon_expired.count).to eq(3) }
|
||||
it { expect(Dossier.discarded_en_construction_expired.count).to eq(3) }
|
||||
end
|
||||
|
||||
describe "discarded procedure dossier should be able to access it's procedure" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue