Sha256: bad7ef3753500a0259670496e695ba779938170c09742ba6ef7dd7919ede2550

Contents?: true

Size: 217 Bytes

Versions: 108

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :ethnicity, class: "Renalware::Patients::Ethnicity" do
    name { "White - British" }
    rr18_code { "A" }

    trait :white_british do
    end
  end
end

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
renalware-core-2.0.74 spec/factories/patients/ethnicities.rb
renalware-core-2.0.73 spec/factories/patients/ethnicities.rb
renalware-core-2.0.72 spec/factories/patients/ethnicities.rb
renalware-core-2.0.71 spec/factories/patients/ethnicities.rb
renalware-core-2.0.70 spec/factories/patients/ethnicities.rb
renalware-core-2.0.69 spec/factories/patients/ethnicities.rb
renalware-core-2.0.68 spec/factories/patients/ethnicities.rb
renalware-core-2.0.67 spec/factories/patients/ethnicities.rb
renalware-core-2.0.64 spec/factories/patients/ethnicities.rb
renalware-core-2.0.63 spec/factories/patients/ethnicities.rb
renalware-core-2.0.62 spec/factories/patients/ethnicities.rb
renalware-core-2.0.61 spec/factories/patients/ethnicities.rb
renalware-core-2.0.60 spec/factories/patients/ethnicities.rb
renalware-core-2.0.58 spec/factories/patients/ethnicities.rb
renalware-core-2.0.57 spec/factories/patients/ethnicities.rb
renalware-core-2.0.56 spec/factories/patients/ethnicities.rb
renalware-core-2.0.55 spec/factories/patients/ethnicities.rb
renalware-core-2.0.54 spec/factories/patients/ethnicities.rb
renalware-core-2.0.53 spec/factories/patients/ethnicities.rb
renalware-core-2.0.52 spec/factories/patients/ethnicities.rb