Merge branch 'use-new-codeclimate-test-reporter' into registry-660

This commit is contained in:
Artur Beljajev 2018-01-28 21:52:03 +02:00
commit a39dd9cc0c
5 changed files with 23 additions and 18 deletions

View file

@ -1,3 +1,9 @@
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.command_name 'test'
SimpleCov.start 'rails'
end
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'