mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +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
|