Sha256: 4f2f7373a42fae69967bc7470e848e9399b00af695965d61da620c8fc6cd83b0

Contents?: true

Size: 343 Bytes

Versions: 83

Compression:

Stored size: 343 Bytes

Contents

require "spec_helper"

describe Bunny do
  it "has library version" do
    Bunny::VERSION.should_not be_nil
    Bunny.version.should_not be_nil
  end


  it "has AMQP protocol version" do
    Bunny::PROTOCOL_VERSION.should == "0.9.1"
    AMQ::Protocol::PROTOCOL_VERSION.should == "0.9.1"
    Bunny.protocol_version.should == "0.9.1"
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
bunny-1.7.1 spec/unit/bunny_spec.rb
bunny-1.7.0 spec/unit/bunny_spec.rb
bunny-1.6.3 spec/unit/bunny_spec.rb
bunny-1.6.2 spec/unit/bunny_spec.rb
bunny-1.6.1 spec/unit/bunny_spec.rb
bunny-1.6.0 spec/unit/bunny_spec.rb
bunny-1.5.1 spec/unit/bunny_spec.rb
bunny-1.6.0.rc2 spec/unit/bunny_spec.rb
bunny-1.6.0.rc1 spec/unit/bunny_spec.rb
bunny-1.6.0.pre1 spec/unit/bunny_spec.rb
bunny-1.5.0 spec/unit/bunny_spec.rb
bunny-1.5.0.pre2 spec/unit/bunny_spec.rb
bunny-1.5.0.pre1 spec/unit/bunny_spec.rb
bunny-1.4.1 spec/unit/bunny_spec.rb
bunny-1.4.0 spec/unit/bunny_spec.rb
bunny-1.3.1 spec/unit/bunny_spec.rb
bunny-1.3.0 spec/unit/bunny_spec.rb
bunny-1.2.2 spec/unit/bunny_spec.rb
bunny-1.2.1 spec/unit/bunny_spec.rb
bunny-1.2.0 spec/unit/bunny_spec.rb