Sha256: 51c8d81a2e22f8bf03fa1bea190c025002c86a3a2fa76f441caf8c399293cfdd
Contents?: true
Size: 399 Bytes
Versions: 40
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :hd_profile, class: "Renalware::HD::Profile" do accountable patient active true association :hospital_unit, factory: :hospital_unit association :dialysate, factory: :hd_dialysate prescriber { accountable_actor } document { { dialysis: { hd_type: :hd } } } end end
Version data entries
40 entries across 40 versions & 1 rubygems