Sha256: bd5fd2d0dcde997151912d78418d5ac876abd6652e305bb9f2422671a8dda0fa
Contents?: true
Size: 464 Bytes
Versions: 40
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :bag_type, class: "Renalware::PD::BagType" do manufacturer "Star Brand, Lucky Brand" description "Green–2.34" glucose_content 2.8 glucose_strength :medium amino_acid true icodextrin false low_glucose_degradation true low_sodium false sodium_content 20 lactate_content 25 bicarbonate_content 47 calcium_content 1.56 magnesium_content 2.67 end end
Version data entries
40 entries across 40 versions & 1 rubygems