Sha256: 836e91984e9fe54bce31ed0fa999682e134ba31b59f82251084d900edc451737

Contents?: true

Size: 178 Bytes

Versions: 13

Compression:

Stored size: 178 Bytes

Contents

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

13 entries across 13 versions & 1 rubygems

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