Sha256: 60e1883c1a3e9fc6c3b99766f6c841d03a64897856fb7ec9b04bcc7b5bbc76ab
Contents?: true
Size: 293 Bytes
Versions: 40
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :hd_preference_set, class: "Renalware::HD::PreferenceSet" do accountable patient association :hospital_unit, factory: :hospital_unit association :schedule_definition, :mon_wed_fri_pm other_schedule "" end end
Version data entries
40 entries across 40 versions & 1 rubygems