Sha256: 09c3c9d7fa4bdab81dffdf2d9325ac35471b7db39684348868bbece58754a17d

Contents?: true

Size: 452 Bytes

Versions: 4

Compression:

Stored size: 452 Bytes

Contents

$:.unshift File.expand_path('../lib', __FILE__)
$:.unshift File.expand_path('../spec', __FILE__)

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ffi-gdal-0.0.4 spec/spec_helper.rb
ffi-gdal-0.0.3 spec/spec_helper.rb
ffi-gdal-0.0.2 spec/spec_helper.rb
ffi-gdal-0.0.1 spec/spec_helper.rb