Skip to content

Commit

Permalink
Add SimpleCov.command_name for isolated_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Oct 5, 2023
1 parent 58253af commit 399ea01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry-ruby/spec/isolated/puma_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 399ea01

Please sign in to comment.