spec/spec_helper.rb in ffi-gdal-0.0.4 vs spec/spec_helper.rb in ffi-gdal-1.0.0.beta1

- old
+ new

@@ -1,7 +1,8 @@ $:.unshift File.expand_path('../lib', __FILE__) -$:.unshift File.expand_path('../spec', __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| @@ -9,5 +10,7 @@ # 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