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.94 spec/factories/patients/ethnicities.rb
renalware-core-2.0.93 spec/factories/patients/ethnicities.rb
renalware-core-2.0.92 spec/factories/patients/ethnicities.rb
renalware-core-2.0.91 spec/factories/patients/ethnicities.rb
renalware-core-2.0.90 spec/factories/patients/ethnicities.rb
renalware-core-2.0.89 spec/factories/patients/ethnicities.rb
renalware-core-2.0.88 spec/factories/patients/ethnicities.rb
renalware-core-2.0.87 spec/factories/patients/ethnicities.rb
renalware-core-2.0.86 spec/factories/patients/ethnicities.rb
renalware-core-2.0.85 spec/factories/patients/ethnicities.rb
renalware-core-2.0.84 spec/factories/patients/ethnicities.rb
renalware-core-2.0.83 spec/factories/patients/ethnicities.rb
renalware-core-2.0.82 spec/factories/patients/ethnicities.rb
renalware-core-2.0.81 spec/factories/patients/ethnicities.rb
renalware-core-2.0.80 spec/factories/patients/ethnicities.rb
renalware-core-2.0.79 spec/factories/patients/ethnicities.rb
renalware-core-2.0.78 spec/factories/patients/ethnicities.rb
renalware-core-2.0.77 spec/factories/patients/ethnicities.rb
renalware-core-2.0.76 spec/factories/patients/ethnicities.rb
renalware-core-2.0.75 spec/factories/patients/ethnicities.rb