Sha256: aefcdb2ef776df1fd944d6a83b8cccfb25a2e3bd730c50005cc4c099347060c6

Contents?: true

Size: 430 Bytes

Versions: 21

Compression:

Stored size: 430 Bytes

Contents

ENV['SEQUEL_POSTGRES_URL'] ||= 'postgres:///sequel_test?user=sequel_test&password=2a9db12d8f993248'
ENV['SEQUEL_SQLITE_URL'] ||= 'sqlite:/'
gem 'minitest'
require 'minitest'
if Minitest.respond_to?(:before_parallel_fork)
  if SEQUEL_ADAPTER_TEST.to_s == 'postgres'
    Minitest.before_parallel_fork{DB.disconnect}
    Minitest.after_parallel_fork{|i|DB.opts[:database] += (i+1).to_s; DB.extension :pg_array, :pg_hstore}
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
sequel-4.41.0 spec/spec_config.rb
sequel-4.40.0 spec/spec_config.rb
sequel-4.39.0 spec/spec_config.rb
tdiary-5.0.2 vendor/bundle/gems/sequel-4.37.0/spec/spec_config.rb
sequel-4.38.0 spec/spec_config.rb
sequel-4.37.0 spec/spec_config.rb
sequel-4.36.0 spec/spec_config.rb
tdiary-5.0.1 vendor/bundle/gems/sequel-4.35.0/spec/spec_config.rb
sequel-4.35.0 spec/spec_config.rb
sequel-4.34.0 spec/spec_config.rb
sequel-4.33.0 spec/spec_config.rb
sequel-4.32.0 spec/spec_config.rb
sequel-4.31.0 spec/spec_config.rb
sequel-4.30.0 spec/spec_config.rb
sequel-4.29.0 spec/spec_config.rb
sequel-4.28.0 spec/spec_config.rb
sequel-4.27.0 spec/spec_config.rb
sequel-4.26.0 spec/spec_config.rb
sequel-4.25.0 spec/spec_config.rb
sequel-4.24.0 spec/spec_config.rb