Fix RuboCop

This commit is contained in:
Luca Guidi 2022-05-04 09:39:00 +02:00
parent ee3ca2f410
commit 7ef19f3ad5
No known key found for this signature in database
GPG Key ID: 667CB1BDF53F46F5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
if ENV["CI"]
require "simplecov"
SimpleCov.command_name ENV["SIMPLECOV_COMMAND_NAME"] || "spec:unit"
SimpleCov.command_name ENV.fetch("SIMPLECOV_COMMAND_NAME", "spec:unit")
SimpleCov.start do
add_filter(/spec/)
end