spec/spec_helper.rb in logstash-logger-0.16.0 vs spec/spec_helper.rb in logstash-logger-0.17.0
- old
+ new
@@ -5,9 +5,12 @@
if ENV['CI']=='true'
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
end
+require "codeclimate-test-reporter"
+CodeClimate::TestReporter.start
+
RSpec.configure do |config|
config.order = "random"
config.before(:suite) do
puts "Testing with #{CONNECTION_TYPE.to_s.upcase} socket type"