We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b8cf8 commit d8ce9d8Copy full SHA for d8ce9d8
sentry-ruby/spec/isolated/init_spec.rb
@@ -1,7 +1,5 @@
1
# frozen_string_literal: true
2
3
-require_relative "../spec_helper"
4
-
5
# isolated tests need a SimpleCov name otherwise they will overwrite coverage
6
SimpleCov.command_name "RSpecIsolatedInit"
7
sentry-ruby/spec/isolated/puma_spec.rb
@@ -1,7 +1,6 @@
require "puma"
# Because puma doesn't have any dependency, if Rack is not installed the entire test won't work
return if ENV["RACK_VERSION"] == "0"
0 commit comments