Sha256: c5a4456cdd686d107b338d4c7b106715d5b8acc780162ac28d93924f9c333c59

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

require 'spec_helper'

describe Cryptosphere::Identity do
  it "generates identities" do
    Cryptosphere::Identity.generate.should be_a Cryptosphere::Identity
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cryptosphere-0.0.0 spec/cryptosphere/identity_spec.rb