mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
4 lines
90 B
Ruby
4 lines
90 B
Ruby
Fabricator(:country) do
|
|
iso Faker::Address.state_abbr
|
|
name Faker::Address.country
|
|
end
|