mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
4 lines
91 B
Ruby
4 lines
91 B
Ruby
Fabricator(:country) do
|
|
iso Faker::Address.state_abbr
|
|
name Faker::Address.country
|
|
end
|