fix(dossier): fix links to empty pdf templates
This commit is contained in:
parent
a96e12490a
commit
886a409abf
6 changed files with 8 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue