spec/rails_helper.rb in curupira-0.1.4 vs spec/rails_helper.rb in curupira-0.1.6
- old
+ new
@@ -1,6 +1,6 @@
-require "codeclimate-test-reporter"
-CodeClimate::TestReporter.start
+require 'simplecov'
+SimpleCov.start "rails" if ENV["COVERAGE"]
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV['RAILS_ENV'] ||= 'test'
require 'spec_helper'
require File.expand_path('../dummy/config/environment', __FILE__)