Sha256: 336739cae00f9fdc799b5133bf42e95a2a8ad1afac6da8c1e811e6c7679844b2
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
require 'spec_helper.rb' describe "Crypto" do it "should generate a private/public key pair" do b=TestBed.new c=b.run("Crypto") c.getKey(:my).should be_an_instance_of(Crypto::Key) b.stop end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/crypto/spec/crypto_spec.rb |