Sha256: 2788c5917ba01d3959cbfef82322a22fa72e3f3b94f5399f1136ebdb890523ba
Contents?: true
Size: 225 Bytes
Versions: 7
Compression:
Stored size: 225 Bytes
Contents
FactoryBot.define do factory :subscribe do |f| f.subscription_id{FactoryBot.create(:subscription).id} f.work_id{FactoryBot.create(:manifestation).id} f.start_at 1.year.ago f.end_at 1.year.from_now end end
Version data entries
7 entries across 7 versions & 2 rubygems