Sha256: faf91830ae56f91358085d7fb8fd629ca3b6285f96a9793acee923b30e884bd1

Contents?: true

Size: 222 Bytes

Versions: 81

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :transplant_donation, class: Renalware::Transplants::Donation do
    patient

    state { :volunteered }
    relationship_with_recipient { :sibling }
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
renalware-core-2.0.43 spec/factories/transplants/donations.rb