mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +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
|