Skip to content

Commit d8ce9d8

Browse files
committed
Remove manual spec_helper requires from isolated spec files
1 parent f1b8cf8 commit d8ce9d8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sentry-ruby/spec/isolated/init_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require_relative "../spec_helper"
4-
53
# isolated tests need a SimpleCov name otherwise they will overwrite coverage
64
SimpleCov.command_name "RSpecIsolatedInit"
75

sentry-ruby/spec/isolated/puma_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require "puma"
4-
require_relative "../spec_helper"
54

65
# Because puma doesn't have any dependency, if Rack is not installed the entire test won't work
76
return if ENV["RACK_VERSION"] == "0"

0 commit comments

Comments
 (0)