diff options
| author | mo khan <mo@mokhan.ca> | 2024-12-31 11:51:58 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-12-31 14:40:07 -0700 |
| commit | 78c6a086164aa83ce2e4e57daadfbdb53a31a37f (patch) | |
| tree | 2718cbb345bb3c8257ccbaf9e1b8e7913699a3a5 /spec/unit/core/http_spec.rb | |
| parent | 80d59246ec0752128548d6c61a2d44ec498771d7 (diff) | |
Diffstat (limited to 'spec/unit/core/http_spec.rb')
| -rw-r--r-- | spec/unit/core/http_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/core/http_spec.rb b/spec/unit/core/http_spec.rb index 6aeb084..b0158ce 100644 --- a/spec/unit/core/http_spec.rb +++ b/spec/unit/core/http_spec.rb @@ -27,7 +27,7 @@ RSpec.describe ::Spandx::Core::Http 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) + expect(subject.get(up_url)).to be_a(Net::HTTPSuccess) end end end |
