spec/spec_helper.rb in cistern-0.6.0 vs spec/spec_helper.rb in cistern-0.7.0

- old
+ new

@@ -1,4 +1,9 @@ +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|