diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-09 14:23:00 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-09 14:23:00 -0600 |
| commit | 3ce95b474d2ee6c770a17a02318a6e01d9844b21 (patch) | |
| tree | 585e42abaf8ed8dc4ced07f1cb0e5e939b9a8873 /spec/integration | |
| parent | 7f945dcdd07121f0443545eec8c671faabb83999 (diff) | |
test: extract config for http variable
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/server_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/server_spec.rb b/spec/integration/server_spec.rb index 1271f05..93d2bfd 100644 --- a/spec/integration/server_spec.rb +++ b/spec/integration/server_spec.rb @@ -4,7 +4,7 @@ require 'spec_helper' RSpec.describe "Server" do let(:base_url) { "http://#{RSpec.configuration.bind_addr}" } - let(:client) { Net::Hippie::Client.new } + let(:client) { RSpec.configuration.http } describe "GET /" do it 'returns OK' do |
