Skip to content

Commit d54ed8c

Browse files
committed
Remove unnecessary perform_basic_setup calls
1 parent dd8d6ff commit d54ed8c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sentry-ruby/spec/sentry_spec.rb

-4
Original file line numberDiff line numberDiff line change
@@ -1159,8 +1159,6 @@
11591159
end
11601160

11611161
it "can reinitialize closed SDK" do
1162-
perform_basic_setup
1163-
11641162
transport = Sentry.get_current_client.transport
11651163

11661164
expect do
@@ -1200,7 +1198,6 @@ def foo; end
12001198
end
12011199

12021200
it "does not prepend patch if not in enabled_patches" do
1203-
perform_basic_setup
12041201
expect(target_class.ancestors).not_to include(module_patch)
12051202
expect(target_class.instance_methods).not_to include(:foo)
12061203
end
@@ -1222,7 +1219,6 @@ def foo; end
12221219
end
12231220

12241221
it "does not call block if not in enabled_patches" do
1225-
perform_basic_setup
12261222
expect(target_class.ancestors).not_to include(module_patch)
12271223
expect(target_class.instance_methods).not_to include(:foo)
12281224
end

0 commit comments

Comments
 (0)