Sha256: 683d9b6dac541260ab94b8cfb656edfcf53cb16ffc6ec57ddee512f2581f5f1d

Contents?: true

Size: 492 Bytes

Versions: 46

Compression:

Stored size: 492 Bytes

Contents

ENV['SEQUEL_POSTGRES_URL'] ||= 'postgres:///sequel_test?user=sequel_test&password=2a9db12d8f993248'
ENV['SEQUEL_SQLITE_URL'] ||= 'sqlite:/'
gem 'minitest'
require 'minitest'
require 'minitest/autorun'
#at_exit{GC.stress = true}
if false # 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

46 entries across 42 versions & 2 rubygems

Version Path
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/spec_config.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/sequel-5.26.0/spec/spec_config.rb
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/sequel-5.29.0/spec/spec_config.rb
sequel-5.29.0 spec/spec_config.rb
sequel-5.28.0 spec/spec_config.rb
sequel-5.27.0 spec/spec_config.rb
tdiary-5.1.0 vendor/bundle/gems/sequel-5.26.0/spec/spec_config.rb
sequel-5.26.0 spec/spec_config.rb
sequel-5.25.0 spec/spec_config.rb
sequel-5.24.0 spec/spec_config.rb
sequel-5.23.0 spec/spec_config.rb
sequel-5.22.0 spec/spec_config.rb
sequel-5.21.0 spec/spec_config.rb
sequel-5.20.0 spec/spec_config.rb
tdiary-5.0.13 vendor/bundle/gems/sequel-5.18.0/spec/spec_config.rb
sequel-5.19.0 spec/spec_config.rb
tdiary-5.0.12.1 vendor/bundle/gems/sequel-5.18.0/spec/spec_config.rb
sequel-5.18.0 spec/spec_config.rb
sequel-5.17.0 spec/spec_config.rb
sequel-5.16.0 spec/spec_config.rb