Sha256: 4acba978df81e2076655a3ff01969ee7129b01734c663ef5b744e7eebc31b389
Contents?: true
Size: 340 Bytes
Versions: 118
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :hospital_unit, class: "Renalware::Hospitals::Unit" do hospital_centre name { "King's College Hospital" } unit_code { "UJZ" } renal_registry_code { "RJZ" } unit_type { :hospital } factory :hd_hospital_unit do is_hd_site { true } end end end
Version data entries
118 entries across 118 versions & 1 rubygems