Sha256: 962493c1e9f731985539c415cb898b13dd0c64ab3e315a7c3828e79eca9e3f20
Contents?: true
Size: 610 Bytes
Versions: 158
Compression:
Stored size: 610 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :pd_assessment, class: "Renalware::PD::Assessment" do accountable patient document { { assessed_on: Time.zone.today, assessor: "Flo Nightengale RN", had_home_visit: :yes, home_visit_on: Time.zone.today, housing_type: :flat, occupant_notes: "occupant notes...", exchange_area: "exchange area...", handwashing: "handwashing...", fluid_storage: "fluid storage...", bag_warming: "bag warming...", delivery_interval: "P1W" } } end end
Version data entries
158 entries across 158 versions & 1 rubygems