summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-13 16:20:15 -0600
committermo khan <mo.khan@gmail.com>2020-04-13 16:20:15 -0600
commitfd4aaf06aef805f51de0555171c8b805b6c8cb77 (patch)
tree64ecb445e0e5796dcf0baa098e5c40f496ebe9b0 /spec
parent4dd4468ea697dc5580085660f4d3c3c4f6642252 (diff)
Extract a circuit class
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/core/http_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/core/http_spec.rb b/spec/unit/core/http_spec.rb
index b585db4..6aeb084 100644
--- a/spec/unit/core/http_spec.rb
+++ b/spec/unit/core/http_spec.rb
@@ -25,7 +25,6 @@ RSpec.describe ::Spandx::Core::Http do
it 'continues to connect to hosts that are still up' do
up_url = "https://#{up_host}/#{SecureRandom.uuid}"
-
stub_request(:get, up_url).to_return(status: 200)
expect(subject.get(up_url)).to be_a_kind_of(Net::HTTPSuccess)