Sha256: c3cfa6ce63af1d0eb897e559f1792d1ec009bd1b5f38613a9550e15284c33e26

Contents?: true

Size: 244 Bytes

Versions: 3

Compression:

Stored size: 244 Bytes

Contents

FactoryGirl.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

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.beta8 spec/factories/hd/patient_statistics.rb
renalware-core-2.0.0.pre.beta7 spec/factories/hd/patient_statistics.rb