Sha256: 3fb542a56d71548bbd7fa0e4f1d9a776290eb1969bbc86d3bbff1aedd5721865

Contents?: true

Size: 363 Bytes

Versions: 47

Compression:

Stored size: 363 Bytes

Contents

require "spec_helper"

describe Bunny do
  it "has library version" do
    expect(Bunny::VERSION).not_to be_nil
    expect(Bunny.version).not_to be_nil
  end


  it "has AMQP protocol version" do
    expect(Bunny::PROTOCOL_VERSION).to eq "0.9.1"
    expect(AMQ::Protocol::PROTOCOL_VERSION).to eq "0.9.1"
    expect(Bunny.protocol_version).to eq "0.9.1"
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
bunny-2.8.1 spec/unit/bunny_spec.rb
bunny-2.9.0 spec/unit/bunny_spec.rb
bunny-2.7.3 spec/unit/bunny_spec.rb
bunny-2.8.0 spec/unit/bunny_spec.rb
bunny-2.7.2 spec/unit/bunny_spec.rb
bunny-2.7.1 spec/unit/bunny_spec.rb
bunny-2.7.0 spec/unit/bunny_spec.rb
bunny-2.6.6 spec/unit/bunny_spec.rb
bunny-2.6.5 spec/unit/bunny_spec.rb
bunny-2.6.4 spec/unit/bunny_spec.rb
bunny-2.6.3 spec/unit/bunny_spec.rb
bunny-2.6.2 spec/unit/bunny_spec.rb
bunny-2.6.1 spec/unit/bunny_spec.rb
bunny-2.6.0 spec/unit/bunny_spec.rb
bunny-2.5.1 spec/unit/bunny_spec.rb
bunny-2.5.0 spec/unit/bunny_spec.rb
bunny-2.4.0 spec/unit/bunny_spec.rb
bunny-2.3.1 spec/unit/bunny_spec.rb
bunny-2.3.0 spec/unit/bunny_spec.rb
bunny-2.2.2 spec/unit/bunny_spec.rb