Sha256: cdbf8b105cbc799bc9a4a8dd110b62ece5396587affc14f17fa01ebd601a4315

Contents?: true

Size: 164 Bytes

Versions: 11

Compression:

Stored size: 164 Bytes

Contents

FactoryBot.define do
  factory :patient_alert, class: "Renalware::Patients::Alert" do
    accountable
    notes { Faker::Lorem.sentence }
    urgent true
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc10 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc9 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc8 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc7 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc6 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc5 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc4 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc3 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.rc1 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.beta12 spec/factories/patients/alerts.rb