Sha256: 26720a29b5c2e9a0c838d240528801894518edf773ab12208d1afa8e524096f8

Contents?: true

Size: 308 Bytes

Versions: 15

Compression:

Stored size: 308 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'
require 'byebug'

RSpec.configure do |config|
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
smart_ioc-0.2.3 spec/spec_helper.rb
smart_ioc-0.2.2 spec/spec_helper.rb
smart_ioc-0.2.1 spec/spec_helper.rb
smart_ioc-0.2.0 spec/spec_helper.rb
smart_ioc-0.1.30 spec/spec_helper.rb
smart_ioc-0.1.29 spec/spec_helper.rb
smart_ioc-0.1.28 spec/spec_helper.rb
smart_ioc-0.1.27 spec/spec_helper.rb
smart_ioc-0.1.26 spec/spec_helper.rb
smart_ioc-0.1.25 spec/spec_helper.rb
smart_ioc-0.1.24 spec/spec_helper.rb
smart_ioc-0.1.23 spec/spec_helper.rb
smart_ioc-0.1.22 spec/spec_helper.rb
smart_ioc-0.1.21 spec/spec_helper.rb
smart_ioc-0.1.20 spec/spec_helper.rb