Enable the Layout/IndentationConsistency cop

This commit is contained in:
gregoirenovel 2018-01-15 19:12:15 +01:00
parent 99a49a8144
commit 1e71188d4d
8 changed files with 43 additions and 41 deletions

View file

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