fix(dossier): fix links to empty pdf templates

This commit is contained in:
Paul Chavard 2022-12-01 13:29:08 +01:00
parent a96e12490a
commit 886a409abf
6 changed files with 8 additions and 11 deletions

View file

@ -234,11 +234,5 @@ describe Users::CommencerController, type: :controller do
expect(response).to have_http_status(:success)
end
end
context 'published procedure' do
let(:procedure) { create(:procedure, :published, :with_service, :with_path) }
it 'redirect to procedure not found' do
expect(response).to have_http_status(302)
end
end
end
end