Remove a spec that was testing bug in libgeos
we don’t use libgeos anymore
This commit is contained in:
parent
b28f2e83c1
commit
46a839e7f7
2 changed files with 0 additions and 51 deletions
|
@ -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) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue