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.159 spec/factories/patients/ethnicities.rb
renalware-core-2.0.158 spec/factories/patients/ethnicities.rb
renalware-core-2.0.157 spec/factories/patients/ethnicities.rb
renalware-core-2.0.156 spec/factories/patients/ethnicities.rb
renalware-core-2.0.155 spec/factories/patients/ethnicities.rb
renalware-core-2.0.153 spec/factories/patients/ethnicities.rb
renalware-core-2.0.152 spec/factories/patients/ethnicities.rb
renalware-core-2.0.151 spec/factories/patients/ethnicities.rb
renalware-core-2.0.149 spec/factories/patients/ethnicities.rb
renalware-core-2.0.148 spec/factories/patients/ethnicities.rb
renalware-core-2.0.147 spec/factories/patients/ethnicities.rb
renalware-core-2.0.146 spec/factories/patients/ethnicities.rb
renalware-core-2.0.145 spec/factories/patients/ethnicities.rb
renalware-core-2.0.144 spec/factories/patients/ethnicities.rb
renalware-core-2.0.143 spec/factories/patients/ethnicities.rb
renalware-core-2.0.142 spec/factories/patients/ethnicities.rb
renalware-core-2.0.141 spec/factories/patients/ethnicities.rb
renalware-core-2.0.140 spec/factories/patients/ethnicities.rb
renalware-core-2.0.139 spec/factories/patients/ethnicities.rb
renalware-core-2.0.138 spec/factories/patients/ethnicities.rb