From 399ea01088748b34a3e4e0df7e4521c5c12d2c31 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Thu, 5 Oct 2023 13:39:52 +0200 Subject: [PATCH] Add SimpleCov.command_name for isolated_specs --- sentry-ruby/spec/isolated/puma_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sentry-ruby/spec/isolated/puma_spec.rb b/sentry-ruby/spec/isolated/puma_spec.rb index 25797c1b6..4c9b15dc0 100644 --- a/sentry-ruby/spec/isolated/puma_spec.rb +++ b/sentry-ruby/spec/isolated/puma_spec.rb @@ -4,6 +4,8 @@ # Because puma doesn't have any dependency, if Rack is not installed the entire test won't work return if ENV["RACK_VERSION"] == "0" +SimpleCov.command_name "RSpecIsolated" + RSpec.describe Puma::Server do class TestServer def initialize(app, options)