Enable the Layout/IndentationConsistency cop
This commit is contained in:
parent
99a49a8144
commit
1e71188d4d
8 changed files with 43 additions and 41 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue