mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 11:11:11 +02:00
Merge branch 'use-new-codeclimate-test-reporter' into registry-660
This commit is contained in:
commit
a39dd9cc0c
5 changed files with 23 additions and 18 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue