spec/spec_helper.rb in ruboty-1.2.4 vs spec/spec_helper.rb in ruboty-1.3.0
- old
+ new
@@ -1,12 +1,7 @@
require "simplecov"
SimpleCov.start
-if ENV["CI"]
- require "codeclimate-test-reporter"
- CodeClimate::TestReporter.start
-end
-
require "active_support/core_ext/string/strip"
require "ruboty"
RSpec.configure do |config|
config.run_all_when_everything_filtered = true