Sha256: d1124c67fc1d33909d93bd690ca9fbce7936884a36e44c27832dbb2d32663245
Contents?: true
Size: 699 Bytes
Versions: 5
Compression:
Stored size: 699 Bytes
Contents
# ----------------------------------------------------------------------------- # # Tests for the GEOS multi point implementation # # ----------------------------------------------------------------------------- require "test/unit" require "rgeo" require ::File.expand_path("../common/multi_point_tests.rb", ::File.dirname(__FILE__)) module RGeo module Tests # :nodoc: module GeosFFI # :nodoc: class TestMultiPoint < ::Test::Unit::TestCase # :nodoc: def create_factory(opts_ = {}) ::RGeo::Geos.factory(opts_.merge(native_interface: :ffi)) end include ::RGeo::Tests::Common::MultiPointTests end end end end if ::RGeo::Geos.ffi_supported?
Version data entries
5 entries across 5 versions & 2 rubygems