Sha256: f35c6087d29b12f66386572ef2714a86471724179c630702e07d3ced88231cb3
Contents?: true
Size: 199 Bytes
Versions: 118
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :patient_alert, class: "Renalware::Patients::Alert" do accountable notes { Faker::Lorem.sentence } urgent { true } end end
Version data entries
118 entries across 118 versions & 1 rubygems