Sha256: 5535dfcd722b2e60fc9e6d3cb77abff9272dadf318e7bc4abda0841a42d2eae0

Contents?: true

Size: 714 Bytes

Versions: 5

Compression:

Stored size: 714 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the GEOS factory
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

require ::File.expand_path("../common/factory_tests.rb", ::File.dirname(__FILE__))

module RGeo
  module Tests # :nodoc:
    module SimpleCartesian # :nodoc:
      class TestFactory < ::Test::Unit::TestCase # :nodoc:
        def setup
          @factory = ::RGeo::Cartesian.simple_factory(srid: 1000)
          @srid = 1000
        end

        include ::RGeo::Tests::Common::FactoryTests

        undef_method :test_srid_preserved_through_geom_operations
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/simple_cartesian/factory_test.rb
rgeo-0.5.3 test/simple_cartesian/factory_test.rb
rgeo-0.5.2 test/simple_cartesian/tc_factory.rb
rgeo-0.5.1 test/simple_cartesian/tc_factory.rb
rgeo-0.5.0 test/simple_cartesian/tc_factory.rb