Sha256: e3dd99df0f04092998794064bac3574048a8d459ecdbbcf1679a4404dde61e5e
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 Bytes
Contents
if ENV['TRAVIS'] require 'codeclimate-test-reporter' CodeClimate::TestReporter.start end require File.expand_path('../../lib/cistern', __FILE__) Dir[File.expand_path('../{support,shared,matchers,fixtures}/*.rb', __FILE__)].each { |f| require(f) } Bundler.require(:test) Cistern.deprecation_warnings = false RSpec.configure do |c| if Kernel.respond_to?(:caller_locations) require File.expand_path('../../lib/cistern/coverage', __FILE__) else c.filter_run_excluding(:coverage) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cistern-2.2.7 | spec/spec_helper.rb |
cistern-2.2.6 | spec/spec_helper.rb |
cistern-2.2.5 | spec/spec_helper.rb |
cistern-2.2.4 | spec/spec_helper.rb |