Sha256: dd0444141febf609a01c4e81dea5c121e369c5fa9cd81103934e612da5021c1b

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

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

require "figaro"

require "bundler"
Bundler.require(:test)

require "pathname"
ROOT = Pathname.new(File.expand_path("../..", __FILE__))

Dir[ROOT.join("spec/support/**/*.rb")].each { |f| require f }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
figaro-1.0.0.rc1 spec/spec_helper.rb