mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
4 lines
75 B
Ruby
4 lines
75 B
Ruby
Fabricator(:account) do
|
|
account_type { Account::CASH }
|
|
balance 0.0
|
|
end
|