Sha256: b827949cd04f199d3a7a528c9be0cc30e51d866bbe165b174ee4447c936ff74b
Contents?: true
Size: 316 Bytes
Versions: 40
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :country, class: "Renalware::System::Country" do factory :united_kingdom do name "United Kingdom" alpha2 "GB" alpha3 "GBR" end factory :algeria do name "Algeria" alpha2 "DZ" alpha3 "DZA" end end end
Version data entries
40 entries across 40 versions & 1 rubygems