Sha256: a8bedffe303d4a7453fa29107eb73e7dd92432a51dd6cfe3086e5565cc6ebae7

Contents?: true

Size: 241 Bytes

Versions: 13

Compression:

Stored size: 241 Bytes

Contents

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

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc10 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc9 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc8 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc7 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc6 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc5 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc4 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc3 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.rc1 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.beta12 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.beta11 spec/factories/pathology/measurement_units.rb
renalware-core-2.0.0.pre.beta10 spec/factories/pathology/measurement_units.rb