Sha256: 1c4303fedb75fbc15bbfc181877a86c98e91e839db656cfd4fd4ae55796754fc
Contents?: true
Size: 516 Bytes
Versions: 108
Compression:
Stored size: 516 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
108 entries across 108 versions & 1 rubygems