mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
7 lines
118 B
Ruby
7 lines
118 B
Ruby
FactoryGirl.define do
|
|
factory :account do
|
|
account_type Account::CASH
|
|
balance 1
|
|
currency 'EUR'
|
|
end
|
|
end
|