mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
7 lines
162 B
Ruby
7 lines
162 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require "simplecov"
|
||
|
# require "simplecov-rcov"
|
||
|
# SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
|
||
|
SimpleCov.start "rails"
|