Sha256: 25eed436e20dc90e998c5447863e041c38601f9769ea87b7dcc6c4ef4a291a81
Contents?: true
Size: 369 Bytes
Versions: 75
Compression:
Stored size: 369 Bytes
Contents
require 'rails_helper' describe LHC::Request do context 'timeouts' do it 'has no_signal options set to true by default' do expect_any_instance_of(Ethon::Easy).to receive(:http_request).with(anything, anything, hash_including(nosignal: true)).and_call_original stub_request(:get, "http://local.ch/") LHC.get('http://local.ch') end end end
Version data entries
75 entries across 75 versions & 1 rubygems