Sha256: 77066792d18ef7e2508153a86aae8a7b0fba959d890e1123b51cedaec140da2a
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 Bytes
Contents
FactoryBot.define do factory :checkout, class: Checkout do |f| f.due_date Time.zone.now.next_week f.association :item, factory: :item f.association :user, factory: :user f.association :librarian, factory: :librarian f.association :basket, factory: :basket end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
enju_circulation-0.3.0.rc.1 | spec/factories/checkout.rb |
enju_circulation-0.3.0.beta.1 | spec/factories/checkout.rb |
enju_biblio-0.3.0.beta.2 | spec/factories/checkout.rb |