Sha256: b3591541e872b6aa874ccb87522c5e8c59cb404ff709fe5d7d7f27cba8539df3

Contents?: true

Size: 546 Bytes

Versions: 42

Compression:

Stored size: 546 Bytes

Contents

require 'spec_helper'

describe Ethon::Easy::Informations do

  describe "#supports_asynch_dns?" do
    it "returns boolean" do
      expect([true, false].include? Ethon::Easy.supports_asynch_dns?).to be_truthy
    end
  end

  describe "#supports_zlib?" do
    it "returns boolean" do
      expect([true, false].include? Ethon::Easy.supports_zlib?).to be_truthy
    end
  end

  describe "#supports_timeout_ms?" do
    it "returns boolean" do
      expect([true, false].include? Ethon::Easy.supports_timeout_ms?).to be_truthy
    end
  end

end

Version data entries

42 entries across 41 versions & 8 rubygems

Version Path
cloudsmith-api-0.49.94 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.49.21 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.49.15 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.49.13 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.49.9 vendor/bundle/ruby/2.3.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.44.4 vendor/bundle/ruby/2.3.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/ethon-0.11.0/spec/ethon/easy/features_spec.rb
approveapi-1.0.8 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
approveapi-1.0.5 vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb
ethon-0.12.0 spec/ethon/easy/features_spec.rb
cloudsmith-api-0.30.7 vendor/bundle/ruby/2.3.0/gems/ethon-0.11.0/spec/ethon/easy/features_spec.rb
color_me_shop-1.0.0 vendor/bundle/ruby/2.5.0/gems/ethon-0.11.0/spec/ethon/easy/features_spec.rb
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/ethon-0.11.0/spec/ethon/easy/features_spec.rb
ethon-0.11.0 spec/ethon/easy/features_spec.rb
ethon-0.10.1 spec/ethon/easy/features_spec.rb
ethon-0.10.0 spec/ethon/easy/features_spec.rb
ethon-0.9.1 spec/ethon/easy/features_spec.rb
ethon-0.9.0 spec/ethon/easy/features_spec.rb
ethon-0.8.1 spec/ethon/easy/features_spec.rb
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/ethon-0.8.0/spec/ethon/easy/features_spec.rb