Sha256: a5a5f03a0bd9f0c15d4a9465e3da2ee79377ab8003fe8a085d316153ce6c8b07
Contents?: true
Size: 285 Bytes
Versions: 13
Compression:
Stored size: 285 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems