Sha256: 47d460410df660268be5bcc4afc8bdcefab49ad46bd6db607fd1d72826c89820

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

# encoding: utf-8

require 'dry/configurable'

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-configurable-0.3.0 spec/spec_helper.rb
dry-configurable-0.1.7 spec/spec_helper.rb