mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
Fabricator(:account) do
|
|
account_type { Account::CASH }
|
|
balance 0.0
|
|
currency 'EUR'
|
|
# account_activities(count: 2)
|
|
end
|