Sha256: 177973827fa5e6b66b260008759b27a4965228019423deaad6ec9bec96d45fd3
Contents?: true
Size: 579 Bytes
Versions: 13
Compression:
Stored size: 579 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems