Sha256: 3dfbb6248f4adf493b5475b129ef28273507cdfe61f2203e15ebf3ff64d6b953

Contents?: true

Size: 209 Bytes

Versions: 40

Compression:

Stored size: 209 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

40 entries across 40 versions & 1 rubygems

Version Path
renalware-core-2.0.21 spec/factories/patients/ethnicities.rb
renalware-core-2.0.20 spec/factories/patients/ethnicities.rb
renalware-core-2.0.18 spec/factories/patients/ethnicities.rb
renalware-core-2.0.17 spec/factories/patients/ethnicities.rb
renalware-core-2.0.16 spec/factories/patients/ethnicities.rb
renalware-core-2.0.15 spec/factories/patients/ethnicities.rb
renalware-core-2.0.14 spec/factories/patients/ethnicities.rb
renalware-core-2.0.13 spec/factories/patients/ethnicities.rb
renalware-core-2.0.12 spec/factories/patients/ethnicities.rb
renalware-core-2.0.11 spec/factories/patients/ethnicities.rb
renalware-core-2.0.9 spec/factories/patients/ethnicities.rb
renalware-core-2.0.8 spec/factories/patients/ethnicities.rb
renalware-core-2.0.7 spec/factories/patients/ethnicities.rb
renalware-core-2.0.5 spec/factories/patients/ethnicities.rb
renalware-core-2.0.4 spec/factories/patients/ethnicities.rb
renalware-core-2.0.3 spec/factories/patients/ethnicities.rb
renalware-core-2.0.2 spec/factories/patients/ethnicities.rb
renalware-core-2.0.1 spec/factories/patients/ethnicities.rb
renalware-core-2.0.0 spec/factories/patients/ethnicities.rb
renalware-core-2.0.0.pre.rc13 spec/factories/patients/ethnicities.rb