Sha256: cd18bcd8da03b16d940425024e68b5c50b0ec16df5d1febf07a6b1f3db64e67d
Contents?: true
Size: 337 Bytes
Versions: 40
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true 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
40 entries across 40 versions & 1 rubygems