Merge spec and test code coverage

This commit is contained in:
Artur Beljajev 2018-01-28 21:35:20 +02:00
parent 480f915a4d
commit 06321df413
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.command_name 'spec'
SimpleCov.start 'rails'
end