From 2d52ee8ea39e81632a746c8064d1a9caad2f75dd Mon Sep 17 00:00:00 2001 From: Michael Kozono Date: Sat, 6 Apr 2019 23:51:41 -0700 Subject: Remove unused method --- spec/lib/sentry/client_spec.rb | 4 ---- 1 file changed, 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 -- cgit v1.2.1