Sha256: da4e30030e170fcdbe340e946397d26e66e1e559d8724826b68fecba0f1f1eda

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

if ENV['CODECLIMATE_REPO_TOKEN']
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
end

require_relative '../lib/dbcp'

Dir[File.expand_path("../support/**/*.rb", __FILE__)].sort.each { |f| require f }

RSpec.configure do |config|
  config.before(:suite) { Dir.chdir File.expand_path('../fixtures', __FILE__) }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dbcp-0.2.1 spec/spec_helper.rb
dbcp-0.2.0 spec/spec_helper.rb