Sha256: 073177b95a2c9fa7a52cb33b5b66cdcc136498c6f5463a77a4557615d77f1cad
Contents?: true
Size: 306 Bytes
Versions: 13
Compression:
Stored size: 306 Bytes
Contents
FactoryBot.define do factory :donor_stage, class: "Renalware::Transplants::DonorStage" do accountable patient stage_position factory: :donor_stage_position stage_status factory: :donor_stage_status started_on ->{ Time.zone.now } notes "Some notes" terminated_on nil end end
Version data entries
13 entries across 13 versions & 1 rubygems