Sha256: 6597708a66bce65f687860d81c23292887e84f315fd3b85a940d1eb0e79ab796

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

if RUBY_VERSION > "1.9"
  require 'simplecov'
  require 'simplecov-gem-adapter'
  SimpleCov.start 'gem'
end

require 'rspec'
require 'bloat_check'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bloat_check-0.0.5 spec/spec_helper.rb
bloat_check-0.0.4 spec/spec_helper.rb
bloat_check-0.0.3 spec/spec_helper.rb
bloat_check-0.0.2 spec/spec_helper.rb
bloat_check-0.0.1 spec/spec_helper.rb
bloat_check-0.0.0 spec/spec_helper.rb