Sha256: 3611802651aed1adaf48062b7de7a08ae414cd16c6d2674b79a6cd5b8df58b09

Contents?: true

Size: 289 Bytes

Versions: 11

Compression:

Stored size: 289 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'simplecov'

SimpleCov.start do
  add_filter "/spec/"
  add_filter "/.direnv/"
end

if ENV['CI']=='true'
  require 'codecov'

  SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

require 'smart_ioc'

RSpec.configure do |config|
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
smart_ioc-0.3.9 spec/spec_helper.rb
smart_ioc-0.4.0 spec/spec_helper.rb
smart_ioc-0.3.8 spec/spec_helper.rb
smart_ioc-0.3.7 spec/spec_helper.rb
smart_ioc-0.3.6 spec/spec_helper.rb
smart_ioc-0.3.5 spec/spec_helper.rb
smart_ioc-0.3.2 spec/spec_helper.rb
smart_ioc-0.3.1 spec/spec_helper.rb
smart_ioc-0.3.0 spec/spec_helper.rb
smart_ioc-0.2.5 spec/spec_helper.rb
smart_ioc-0.2.4 spec/spec_helper.rb