fix: remove hardcoded .html.haml
from render
calls since it no longer works
This commit is contained in:
parent
42689e34ba
commit
e483bfbc76
45 changed files with 69 additions and 69 deletions
|
@ -1,4 +1,4 @@
|
|||
describe 'administrateurs/procedures/edit.html.haml' do
|
||||
describe 'administrateurs/procedures/edit' do
|
||||
let(:logo) { fixture_file_upload('spec/fixtures/files/logo_test_procedure.png', 'image/png') }
|
||||
let(:procedure) { create(:procedure, logo: logo, lien_site_web: 'http://some.website') }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue