Sha256: 86f8c4b2b80046b380227d020818c0fbca5a15fa6e8cbe362acb70af9319b114
Contents?: true
Size: 350 Bytes
Versions: 87
Compression:
Stored size: 350 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
87 entries across 87 versions & 1 rubygems