Sha256: f6a583740597951b7c3c24edd7f7b747286a22bc76ff88aa91fafe1cb9272251
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe Istat::Utils do it "should be possible to generate a pseudo uuid" do 10.times do Istat::Utils.uuid.size.should == 32 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
istat-0.0.3 | spec/utils_spec.rb |
istat-0.0.2 | spec/utils_spec.rb |
istat-0.0.1 | spec/utils_spec.rb |