Remove a spec that was testing bug in libgeos

we don’t use libgeos anymore
This commit is contained in:
Paul Chavard 2021-02-17 19:03:45 +01:00
parent b28f2e83c1
commit 46a839e7f7
2 changed files with 0 additions and 51 deletions

View file

@ -45,12 +45,6 @@ RSpec.describe GeoArea, type: :model do
it { expect(geo_area.geometry).to eq(polygon) }
context 'invalid' do
let(:geo_area) { build(:geo_area, :invalid_multi_polygon) }
it { expect(geo_area.rgeo_geometry).to be_nil }
end
context 'polygon_with_extra_coordinate' do
let(:geo_area) { build(:geo_area, :polygon_with_extra_coordinate) }