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.116 spec/factories/patients/ethnicities.rb
renalware-core-2.0.115 spec/factories/patients/ethnicities.rb
renalware-core-2.0.113 spec/factories/patients/ethnicities.rb
renalware-core-2.0.112 spec/factories/patients/ethnicities.rb
renalware-core-2.0.111 spec/factories/patients/ethnicities.rb
renalware-core-2.0.110 spec/factories/patients/ethnicities.rb
renalware-core-2.0.109 spec/factories/patients/ethnicities.rb
renalware-core-2.0.108 spec/factories/patients/ethnicities.rb
renalware-core-2.0.106 spec/factories/patients/ethnicities.rb
renalware-core-2.0.105 spec/factories/patients/ethnicities.rb
renalware-core-2.0.104 spec/factories/patients/ethnicities.rb
renalware-core-2.0.103 spec/factories/patients/ethnicities.rb
renalware-core-2.0.102 spec/factories/patients/ethnicities.rb
renalware-core-2.0.101 spec/factories/patients/ethnicities.rb
renalware-core-2.0.100 spec/factories/patients/ethnicities.rb
renalware-core-2.0.99 spec/factories/patients/ethnicities.rb
renalware-core-2.0.98 spec/factories/patients/ethnicities.rb
renalware-core-2.0.97 spec/factories/patients/ethnicities.rb
renalware-core-2.0.96 spec/factories/patients/ethnicities.rb
renalware-core-2.0.95 spec/factories/patients/ethnicities.rb