summaryrefslogtreecommitdiff
path: root/spec/lib/sentry/client_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/sentry/client_spec.rb')
-rw-r--r--spec/lib/sentry/client_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/lib/sentry/client_spec.rb b/spec/lib/sentry/client_spec.rb
index 03ed6cfcc67..cb14204b99a 100644
--- a/spec/lib/sentry/client_spec.rb
+++ b/spec/lib/sentry/client_spec.rb
@@ -302,8 +302,4 @@ describe Sentry::Client do
body: body.to_json
)
end
-
- def stub_sentry_request_raising(error)
- stub_request(:any, /.*/).to_raise(error)
- end
end