internetee-registry/spec/fabricators/account_fabricator.rb
Artur Beljajev c64f7742fa Revert "Remove unused fabricators"
This reverts commit e778ed5963.
2017-05-07 01:31:36 +03:00

6 lines
125 B
Ruby

Fabricator(:account) do
account_type { Account::CASH }
balance 0.0
currency 'EUR'
# account_activities(count: 2)
end