Files should end with a new line

This commit is contained in:
gregoirenovel 2017-04-04 15:27:04 +02:00
parent 15802b18ea
commit d5e7bbd80d
198 changed files with 198 additions and 198 deletions

View file

@ -58,4 +58,4 @@ describe 'admin/accompagnateurs/show.html.haml', type: :view do
it { expect(rendered).to have_content(accompagnateur_1.email) }
it { expect(rendered).to have_content(accompagnateur_2.email) }
end
end
end

View file

@ -31,4 +31,4 @@ describe 'admin/gestionnaires/index.html.haml', type: :view do
end
it { expect(rendered).to match(/gest\d+@plop.com/) }
end
end
end

View file

@ -14,4 +14,4 @@ describe 'admin/procedures/edit.html.haml', type: :view, vcr: { cassette_name: '
expect(rendered).to have_selector('#preview_procedure_logo')
end
end
end
end

View file

@ -79,4 +79,4 @@ describe 'admin/procedures/show.html.haml', type: :view do
end
end
end

View file

@ -8,4 +8,4 @@ describe 'admin/profile/show.html.haml', type: :view do
render
end
it { expect(rendered).to have_content(token) }
end
end

View file

@ -45,4 +45,4 @@ describe 'admin/pieces_justificatives/show.html.haml', type: :view do
it { expect(subject).not_to have_css('#btn_down_1') }
end
end
end
end