Sha256: bcb8fa9f1d51eb3847c1021d9ecb8e04244bf889589fa16811ca5f71881533c8

Contents?: true

Size: 161 Bytes

Versions: 2

Compression:

Stored size: 161 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 spec/factories/patients/alerts.rb
renalware-core-2.0.0.pre.beta8 spec/factories/patients/alerts.rb