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