mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
FactoryBot.define do
|
|
factory :account do
|
|
account_type Account::CASH
|
|
balance 1
|
|
currency 'EUR'
|
|
registrar
|
|
end
|
|
end
|