Sha256: 6a3dcfad68341402c73d989df07b821117553d199e8deb85e38cf0f76f1b05fe

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

$:.unshift File.expand_path('../lib', __FILE__)
#$:.unshift File.expand_path('../spec', __FILE__)
require 'ffi-gdal'

Dir['./spec/support/shared_examples/**/*.rb'].sort.each { |f| require f}

RSpec.configure do |config|

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

OGR::Geometry.logging_enabled = true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-gdal-1.0.0.beta3 spec/spec_helper.rb
ffi-gdal-1.0.0.beta1 spec/spec_helper.rb