Sha256: 695e894d18784ac2d78922a1e4c26dedb2c527a752a788e102692d0c1e03554f
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
if ENV["TRAVIS"] require "codeclimate-test-reporter" CodeClimate::TestReporter.start end require File.expand_path('../../lib/cistern', __FILE__) Bundler.require(:test) 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cistern-0.12.3 | spec/spec_helper.rb |
cistern-0.12.2 | spec/spec_helper.rb |
cistern-0.12.1 | spec/spec_helper.rb |