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