Sha256: 6f07a2b3a49e7e4c2da0073e712d3411e40f3cf9d1746b3f170eef19447f142d
Contents?: true
Size: 288 Bytes
Versions: 13
Compression:
Stored size: 288 Bytes
Contents
FactoryBot.define do factory :hd_dialysate, class: "Renalware::HD::Dialysate" do initialize_with { Renalware::HD::Dialysate.find_or_create_by(name: name) } name "Fresenius A7" sodium_content 4 sodium_content_uom "mmol/L" description nil deleted_at nil end end
Version data entries
13 entries across 13 versions & 1 rubygems