Sha256: 3dc0c5b415dd356883ec60cd7f59f41fe865a55efc6fcc3f1ed0f0f0e734c066
Contents?: true
Size: 349 Bytes
Versions: 31
Compression:
Stored size: 349 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
31 entries across 31 versions & 1 rubygems