Sha256: 61dd9ba8050edbdbb01b32d573093328234775014568931fe962a0df3f19bfec

Contents?: true

Size: 272 Bytes

Versions: 40

Compression:

Stored size: 272 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  sequence(:measurement_unit) { |n| "10(#{n})/L" }
  factory :pathology_measurement_unit,
          class: "Renalware::Pathology::MeasurementUnit" do
    name { generate(:measurement_unit) }
    description ""
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
renalware-core-2.0.42 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.41 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.40 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.39 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.38 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.37 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.36 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.35 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.34 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.33 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.32 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.31 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.30 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.28 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.27 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.26 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.25 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.24 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.23 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.22 spec/factories/pathology/measurement_units.rb