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.137 spec/factories/patients/ethnicities.rb
renalware-core-2.0.136 spec/factories/patients/ethnicities.rb
renalware-core-2.0.135 spec/factories/patients/ethnicities.rb
renalware-core-2.0.134 spec/factories/patients/ethnicities.rb
renalware-core-2.0.133 spec/factories/patients/ethnicities.rb
renalware-core-2.0.132 spec/factories/patients/ethnicities.rb
renalware-core-2.0.131 spec/factories/patients/ethnicities.rb
renalware-core-2.0.130 spec/factories/patients/ethnicities.rb
renalware-core-2.0.129 spec/factories/patients/ethnicities.rb
renalware-core-2.0.128 spec/factories/patients/ethnicities.rb
renalware-core-2.0.127 spec/factories/patients/ethnicities.rb
renalware-core-2.0.126 spec/factories/patients/ethnicities.rb
renalware-core-2.0.125 spec/factories/patients/ethnicities.rb
renalware-core-2.0.124 spec/factories/patients/ethnicities.rb
renalware-core-2.0.123 spec/factories/patients/ethnicities.rb
renalware-core-2.0.121 spec/factories/patients/ethnicities.rb
renalware-core-2.0.120 spec/factories/patients/ethnicities.rb
renalware-core-2.0.119 spec/factories/patients/ethnicities.rb
renalware-core-2.0.118 spec/factories/patients/ethnicities.rb
renalware-core-2.0.117 spec/factories/patients/ethnicities.rb