Fix some files according the the .editorconfig rules

This commit is contained in:
gregoirenovel 2018-09-20 14:34:49 +02:00
parent 66fcdda59b
commit 0c9628c180
30 changed files with 83 additions and 82 deletions

View file

@ -55,7 +55,7 @@ describe CARTO::SGMAP::API do
before do
stub_request(:post, "https://apicarto.sgmap.fr/cadastre/geometrie")
.with(:body => /.*/,
:headers => { 'Content-Type' => 'application/json' })
:headers => { 'Content-Type' => 'application/json' })
.to_return(status: status, body: body)
end
context 'when geojson is empty' do