Sha256: 7eb46b2d2858fbf6b1fe93af41d4c6fa76dc1bb91c87168ee7859b9e7d9dbf70
Contents?: true
Size: 368 Bytes
Versions: 13
Compression:
Stored size: 368 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems