Sha256: b99c959060dca8d5ad5e3427c2339ed642e1c48652bcbc3b628618538bcdef43

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

# encoding: utf-8

require "ostruct"
require "spec_helper"
require "amq/client"

describe AMQ::Client do
  it "should have VERSION" do
    AMQ::Client::const_defined?(:VERSION).should be_true
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
amq-client-0.7.0.alpha3 spec/unit/client_spec.rb
amq-client-0.7.0.alpha2 spec/unit/client_spec.rb
amq-client-0.7.0.alpha1 spec/unit/client_spec.rb
amq-client-0.5.0 spec/unit/client_spec.rb