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