Sha256: 7b6270ca2887720b411dfccd036562a5e3aa6a71496816cae80eda7e56d09c7a

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 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
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
renalware-core-2.1.1 spec/factories/patients/ethnicities.rb
renalware-core-2.1.0 spec/factories/patients/ethnicities.rb
renalware-core-2.0.167 spec/factories/patients/ethnicities.rb
renalware-core-2.0.166 spec/factories/patients/ethnicities.rb
renalware-core-2.0.165 spec/factories/patients/ethnicities.rb
renalware-core-2.0.164 spec/factories/patients/ethnicities.rb
renalware-core-2.0.163 spec/factories/patients/ethnicities.rb
renalware-core-2.0.162 spec/factories/patients/ethnicities.rb
renalware-core-2.0.161 spec/factories/patients/ethnicities.rb
renalware-core-2.0.160 spec/factories/patients/ethnicities.rb