Sha256: 68e088d2b31fccc938d25fa45563eb2e8b0fc4c2d284ce191455ef0634851691
Contents?: true
Size: 317 Bytes
Versions: 118
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :pathology_request_description, class: "Renalware::Pathology::RequestDescription" do initialize_with { Renalware::Pathology::RequestDescription.find_or_create_by(code: code) } association :lab, factory: :pathology_lab code { "FBC" } end end
Version data entries
118 entries across 118 versions & 1 rubygems