Sha256: a00547071c96f7090a2b7e53d63d6d0baadca98806a4c6f475e29d1dee9f78bc
Contents?: true
Size: 171 Bytes
Versions: 1
Compression:
Stored size: 171 Bytes
Contents
require 'spec_helper' require 'passkeep' describe Passkeep do it "should have a VERSION constant" do expect(subject.const_get('VERSION')).to_not be_empty end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
passkeep-0.0.0 | spec/passkeep_spec.rb |