Sha256: 548f0992047ea240c16bfe673c303d168cda488388ddab8acccccd1322209aa0

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

require 'spec_helper'
require 'ar_protobuf_store'
require 'protocol_buffers'

describe ArProtobufStore do
  it "should have a VERSION constant" do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ar_protobuf_store-1.0.0 spec/ar_protobuf_store_spec.rb
ar_protobuf_store-0.2.3 spec/ar_protobuf_store_spec.rb
ar_protobuf_store-0.2.2 spec/ar_protobuf_store_spec.rb
ar_protobuf_store-0.2.1 spec/ar_protobuf_store_spec.rb
ar_protobuf_store-0.2.0 spec/ar_protobuf_store_spec.rb
ar_protobuf_store-0.1.0 spec/ar_protobuf_store_spec.rb