test/test_helper.rb in ebanx-1.3.1 vs test/test_helper.rb in ebanx-1.3.2

- old
+ new

@@ -1,8 +1,8 @@ if ENV['CODECLIMATE_REPO_TOKEN'] - require 'codeclimate-test-reporter' - CodeClimate::TestReporter.start + require 'simplecov' + SimpleCov.start end require 'ebanx' require 'minitest/autorun' require 'minitest/spec' @@ -13,6 +13,6 @@ Ebanx.tap do |e| e.integration_key = ENV.fetch('INTEGRATION_KEY') e.test_mode = true end end -end \ No newline at end of file +end