Sha256: b8c84eef4b7e771a2ef53f237b536d43e6c1ec342b149e592dbaeff8909dd148

Contents?: true

Size: 205 Bytes

Versions: 13

Compression:

Stored size: 205 Bytes

Contents

FactoryBot.define do
  factory :medication_route, class: "Renalware::Medications::MedicationRoute" do
    code "PO"
    name "Per Oral"
  end

  trait :other do
    code "Other"
    name "Other"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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