Sha256: 51a8fc83af26009eed9cf2a701b90b333d8a64c8ec6c3ada7025d7ee578f2545
Contents?: true
Size: 191 Bytes
Versions: 68
Compression:
Stored size: 191 Bytes
Contents
module Pageflow FactoryBot.define do factory :edit_lock, :class => EditLock do user { build(:user) } entry { build(:entry) } updated_at { Time.now } end end end
Version data entries
68 entries across 68 versions & 1 rubygems