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