spec/spec_helper.rb in spank-1.0.1420314444 vs spec/spec_helper.rb in spank-1.0.1441140793
- old
+ new
@@ -1,6 +1,6 @@
-require 'simplecov'
-SimpleCov.start
+require "codeclimate-test-reporter"
+CodeClimate::TestReporter.start
require 'spank'
RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true