Sha256: e5ac0427412f112b0d74ee64fd50d5b055cfe6652bfb4a00fad8241a1f298175
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
require_relative "../config/factory_girl" FactoryGirl.define do factory :uuid, class: Uuids::Uuid do value { SecureRandom.uuid } record # defined in the `dummy/spec/factories` end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uuids-3.0.0 | spec/support/runtime/factories/uuids.rb |
uuids-2.0.0 | spec/support/runtime/factories/uuids.rb |
uuids-1.4.2 | spec/support/runtime/factories/uuids.rb |