Skip to content

Commit ccf0692

Browse files
committed
remove unneeded block
1 parent 942f03c commit ccf0692

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spec/datadog/tracing/contrib/httprb/instrumentation_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
Datadog.configure do |c|
4141
c.tracing.instrument :httprb, configuration_options
4242
end
43-
44-
# LibFFI native thread
45-
allow(::HTTP::Connection).to receive(:new).and_wrap_original do |method, *args, &block|
46-
method.call(*args, &block)
47-
end
4843
end
4944

5045
around do |example|

0 commit comments

Comments
 (0)