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.19.0 spec/unit/bunny_spec.rb
bunny-2.18.0 spec/unit/bunny_spec.rb
bunny-2.17.0 spec/unit/bunny_spec.rb
bunny-2.16.1 spec/unit/bunny_spec.rb
bunny-2.15.0 spec/unit/bunny_spec.rb
bunny-2.14.4 spec/unit/bunny_spec.rb
bunny-2.14.3 spec/unit/bunny_spec.rb
bunny-2.14.2 spec/unit/bunny_spec.rb
bunny-2.14.1 spec/unit/bunny_spec.rb
bunny-2.13.0 spec/unit/bunny_spec.rb
bunny-2.12.1 spec/unit/bunny_spec.rb
bunny-2.12.0 spec/unit/bunny_spec.rb
bunny-2.12.0.rc1 spec/unit/bunny_spec.rb
bunny-2.11.0 spec/unit/bunny_spec.rb
bunny-2.11.0.pre1 spec/unit/bunny_spec.rb
bunny-2.10.0 spec/unit/bunny_spec.rb
bunny-2.9.2 spec/unit/bunny_spec.rb
bunny-2.9.1 spec/unit/bunny_spec.rb
bunny-2.6.7 spec/unit/bunny_spec.rb
bunny-2.7.4 spec/unit/bunny_spec.rb