Sha256: ef059f6faf912bc19720289a01004fc19dfc58757aeddcf43eb6de7c123a2a67
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
# encoding: utf-8 if RUBY_ENGINE == 'rbx' require 'codeclimate-test-reporter' CodeClimate::TestReporter.start end require 'dry/container' require 'dry/container/stub' Dir[Pathname(__FILE__).dirname.join('support/**/*.rb').to_s].each do |file| require file end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-container-0.5.0 | spec/spec_helper.rb |
dry-container-0.4.0 | spec/spec_helper.rb |
dry-container-0.3.4 | spec/spec_helper.rb |