Enable the Layout/EmptyLinesAroundBlockBody cop

This commit is contained in:
gregoirenovel 2017-06-12 15:58:15 +02:00
parent aac75106ef
commit f1907f4d0e
84 changed files with 1 additions and 133 deletions

View file

@ -127,6 +127,5 @@ describe 'admin/previsualisations/show.html.haml', type: :view do
context 'when dossier not have cerfa, piece justificative and demarche link' do
it { expect(rendered).not_to have_content 'Documents administratifs' }
end
end
end

View file

@ -23,7 +23,6 @@ describe 'admin/procedures/show.html.haml', type: :view do
end
context 'when procedure have a gestionnare affected' do
before do
create :assign_to, gestionnaire: create(:gestionnaire), procedure: procedure
render
@ -76,7 +75,5 @@ describe 'admin/procedures/show.html.haml', type: :view do
describe 'procedure link is present' do
it { expect(rendered).to have_content(commencer_url(procedure_path: procedure.path)) }
end
end
end