Sha256: d20523c42ec5a402f4d08fe346be7518a7a68b6a6451b251209a776a4273bbd8
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
if ENV['CODECLIMATE_REPO_TOKEN'] require 'codeclimate-test-reporter' CodeClimate::TestReporter.start else require 'simplecov' SimpleCov.start { add_filter('/vendor/bundle/') } end require 'shoulda' RSpec.configure do |config| config.raise_errors_for_deprecations! end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eigenclass-2.0.3 | spec/spec_helper.rb |
eigenclass-2.0.2 | spec/spec_helper.rb |