Sha256: c326172ae35a860a92c52393704706d945e9e39c1e0ea6b35e084f08e1871bd6

Contents?: true

Size: 393 Bytes

Versions: 3

Compression:

Stored size: 393 Bytes

Contents

FactoryGirl.define do
  factory :pathology_requests_patient_rule,
    class: "Renalware::Pathology::Requests::PatientRule" do
    association :lab, factory: :pathology_lab
    patient
    test_description "Test for HepB"
    sample_number_bottles 1
    sample_type nil
    frequency_type Renalware::Pathology::Requests::Frequency.all_names.sample
    start_date nil
    end_date nil
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.beta8 spec/factories/pathology/requests/patient_rule.rb
renalware-core-2.0.0.pre.beta7 spec/factories/pathology/requests/patient_rule.rb