Sha256: 90f756b4548d5e657d046197eebe2244ffc0b2a75f20f5cf2105bf4c68e36c1c
Contents?: true
Size: 476 Bytes
Versions: 118
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :renal_profile, class: "Renalware::Renal::Profile" do prd_description first_seen_on { "01-01-2017" } comorbidities_updated_on { "01-01-2017" } document { { comorbidities: { smoking: { value: "non_smoker" }, ischaemic_heart_dis: { status: "yes", confirmed_on_year: "2016" } } } } end end
Version data entries
118 entries across 118 versions & 1 rubygems