Sha256: e35ae69a882faa71f0d66fe350782884b08d91efebc130fc081bc65019714811

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

# encoding: utf-8

require 'dry/container'
require 'dry/container/stub'

Dir[Pathname(__FILE__).dirname.join('support/**/*.rb').to_s].each do |file|
  require file
end

if RUBY_ENGINE == 'rbx'
  require 'codeclimate-test-reporter'
  CodeClimate::TestReporter.start
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-container-0.3.3 spec/spec_helper.rb
dry-container-0.3.2 spec/spec_helper.rb