Sha256: 886e37625c9e923596a62103dd5f098f0fd9d8dfdf06aa25516d0f71521009c4
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 Bytes
Contents
# ----------------------------------------------------------------------------- # # Tests for the GEOS line string implementation # # ----------------------------------------------------------------------------- require "test/unit" require "rgeo" require ::File.expand_path("../common/line_string_tests.rb", ::File.dirname(__FILE__)) module RGeo module Tests # :nodoc: module GeosFFI # :nodoc: class TestLineString < ::Test::Unit::TestCase # :nodoc: def setup @factory = ::RGeo::Geos.factory(native_interface: :ffi) end include ::RGeo::Tests::Common::LineStringTests end end end end if ::RGeo::Geos.ffi_supported?
Version data entries
5 entries across 5 versions & 2 rubygems