Sha256: 35483d4968e4dc90f4b17180eb38c66442f201765bad2e0bca9a025e7d77143d
Contents?: true
Size: 378 Bytes
Versions: 10
Compression:
Stored size: 378 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
10 entries across 10 versions & 1 rubygems