[Fix #1511] Remove the now obsolete DS logo

This commit is contained in:
gregoirenovel 2018-09-23 23:15:47 +02:00
parent 7e21685e4e
commit 5db408efdb
13 changed files with 3 additions and 26 deletions

View file

@ -24,7 +24,7 @@ describe ProcedureDecorator do
describe 'logo_img' do
subject { super().logo_img }
it { is_expected.to match(/http.*#{ActionController::Base.helpers.image_url(LOGO_NAME)}/) }
it { is_expected.to match(/http.*#{ActionController::Base.helpers.image_url("marianne.svg")}/) }
end
describe 'geographic_information' do