Sha256: 04b344c50a82070ffe327e45e2f7b9563ad69f9b314b4e9501bfd6bea79e701a

Contents?: true

Size: 627 Bytes

Versions: 22

Compression:

Stored size: 627 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper'))

describe HTTParty::Error do
  subject { described_class }

  its(:ancestors) { should include(StandardError) }

  describe HTTParty::UnsupportedFormat do
    its(:ancestors) { should include(HTTParty::Error) }
  end
  
  describe HTTParty::UnsupportedURIScheme do
    its(:ancestors) { should include(HTTParty::Error) }
  end

  describe HTTParty::ResponseError do
    its(:ancestors) { should include(HTTParty::Error) }
  end

  describe HTTParty::RedirectionTooDeep do
    its(:ancestors) { should include(HTTParty::ResponseError) }
  end
end

Version data entries

22 entries across 21 versions & 7 rubygems

Version Path
alloy_sdk-0.1.0 vendor/bundle/ruby/3.0.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
alloy_sdk-0.1.0 vendor/bundle/ruby/2.6.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
httsoiree-0.13.3 spec/httparty/exception_spec.rb
allegro_api_client-0.0.9 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
httparty-0.13.3 spec/httparty/exception_spec.rb
allegro_api_client-0.0.8 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.7 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
httparty-0.13.2 spec/httparty/exception_spec.rb
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.6 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.5 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.4 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.3 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.2 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
allegro_api_client-0.0.1 gems/ruby/2.1.0/gems/httparty-0.13.1/spec/httparty/exception_spec.rb
httsoiree-0.13.1.1 spec/httparty/exception_spec.rb
httsoiree-0.13.1 spec/httparty/exception_spec.rb
httparty-enterprise-edition-0.13.1.1 spec/httparty/exception_spec.rb
httparty-enterprise-edition-0.13.1 spec/httparty/exception_spec.rb
httparty-0.13.1 spec/httparty/exception_spec.rb