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.51 spec/factories/patients/ethnicities.rb
renalware-core-2.0.50 spec/factories/patients/ethnicities.rb
renalware-core-2.0.48 spec/factories/patients/ethnicities.rb
renalware-core-2.0.47 spec/factories/patients/ethnicities.rb
renalware-core-2.0.46 spec/factories/patients/ethnicities.rb
renalware-core-2.0.45 spec/factories/patients/ethnicities.rb
renalware-core-2.0.44 spec/factories/patients/ethnicities.rb
renalware-core-2.0.43 spec/factories/patients/ethnicities.rb