Sha256: 20594fb88aba941bdb531d3455318e25aaff9242fca30dc51488fa44d4c3e0dd
Contents?: true
Size: 447 Bytes
Versions: 31
Compression:
Stored size: 447 Bytes
Contents
# frozen_string_literal: true FactoryBot.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
31 entries across 31 versions & 1 rubygems