Sha256: eff1a3bfcba10b04fd68374c1d02ad977cf64a12b66c47c6d72c4d01f93ae720

Contents?: true

Size: 218 Bytes

Versions: 26

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :pathology_request_description, class: "Renalware::Pathology::RequestDescription" do
    association :lab, factory: :pathology_lab
    code "FBC"
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
renalware-core-2.0.4 spec/factories/pathology/request_descriptions.rb
renalware-core-2.0.3 spec/factories/pathology/request_descriptions.rb
renalware-core-2.0.2 spec/factories/pathology/request_descriptions.rb
renalware-core-2.0.1 spec/factories/pathology/request_descriptions.rb
renalware-core-2.0.0 spec/factories/pathology/request_descriptions.rb
renalware-core-2.0.0.pre.rc13 spec/factories/pathology/request_descriptions.rb