Sha256: e7ebe95f8ab9cd08a82b3ec0fd58e6c2f3143190a36a2ffce0087c06eef798f3

Contents?: true

Size: 312 Bytes

Versions: 49

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

describe LHC::Error do
  context 'timeout' do
    it 'throws timeout exception in case of a timeout' do
      stub_request(:any, 'local.ch').to_timeout
      expect(lambda {
        LHC.get('local.ch')
      }).to raise_error LHC::Timeout
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
lhc-15.2.1 spec/error/timeout_spec.rb
lhc-15.2.0 spec/error/timeout_spec.rb
lhc-15.1.3 spec/error/timeout_spec.rb
lhc-15.1.2 spec/error/timeout_spec.rb
lhc-15.1.1 spec/error/timeout_spec.rb
lhc-15.1.0 spec/error/timeout_spec.rb
lhc-16.0.0.pre.pro2162.2 spec/error/timeout_spec.rb
lhc-16.0.0.pre.pro2162 spec/error/timeout_spec.rb
lhc-15.0.1 spec/error/timeout_spec.rb
lhc-15.0.0 spec/error/timeout_spec.rb
lhc-14.0.0 spec/error/timeout_spec.rb
lhc-13.4.0.pre.pro1766.1 spec/error/timeout_spec.rb
lhc-13.2.0 spec/error/timeout_spec.rb
lhc-13.1.0 spec/error/timeout_spec.rb
lhc-13.0.0 spec/error/timeout_spec.rb
lhc-12.3.0 spec/error/timeout_spec.rb
lhc-12.2.1 spec/error/timeout_spec.rb
lhc-12.2.0 spec/error/timeout_spec.rb
lhc-12.1.3 spec/error/timeout_spec.rb
lhc-12.1.2 spec/error/timeout_spec.rb