spec/spec_helper.rb in logstash-logger-0.20.0 vs spec/spec_helper.rb in logstash-logger-0.20.1
- old
+ new
@@ -5,12 +5,9 @@
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"