Enable the Layout/EmptyLinesAroundBlockBody cop
This commit is contained in:
parent
aac75106ef
commit
f1907f4d0e
84 changed files with 1 additions and 133 deletions
|
@ -1,7 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Carto::GeoAPI::Driver do
|
||||
|
||||
describe '.regions', vcr: {cassette_name: 'geoapi_regions'} do
|
||||
subject { described_class.regions }
|
||||
|
||||
|
@ -18,7 +17,6 @@ describe Carto::GeoAPI::Driver do
|
|||
subject { described_class.pays }
|
||||
|
||||
it { is_expected.to eq File.open('app/lib/carto/geo_api/pays.json').read }
|
||||
|
||||
end
|
||||
|
||||
describe 'departements_url' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue