Enable the Layout/FirstArrayElementLineBreak cop

This commit is contained in:
gregoirenovel 2018-01-15 14:42:48 +01:00
parent 8f08e2fdf9
commit 08ed400ec2
17 changed files with 201 additions and 149 deletions

View file

@ -23,15 +23,17 @@ describe CARTO::SGMAP::Cadastre::Adapter do
subject { adapter.filter_properties adapter.data_source }
it { expect(subject.size).to eq 9 }
it { expect(subject.keys).to eq [:surface_intersection,
:surface_parcelle,
:numero,
:feuille,
:section,
:code_dep,
:nom_com,
:code_com,
:code_arr]
it { expect(subject.keys).to eq [
:surface_intersection,
:surface_parcelle,
:numero,
:feuille,
:section,
:code_dep,
:nom_com,
:code_com,
:code_arr
]
}
end