Sha256: 50ddb1b1af6c43d39472aef2a415209716f87f3eaa57aaac08c4a8cc2e13f22f

Contents?: true

Size: 243 Bytes

Versions: 13

Compression:

Stored size: 243 Bytes

Contents

FactoryBot.define do
  factory :hd_patient_statistics, class: "Renalware::HD::PatientStatistics" do
    patient factory: :hd_patient
    association :hospital_unit, factory: :hospital_unit
    month 0 # rolling
    year 0  # rolling
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc10 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc9 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc8 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc7 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc6 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc5 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc4 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc3 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.rc1 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.beta12 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.beta11 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.beta10 spec/factories/hd/patient_statistics.rb