mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
8 lines
132 B
Ruby
8 lines
132 B
Ruby
FactoryGirl.define do
|
|
factory :account do
|
|
account_type Account::CASH
|
|
balance 1
|
|
currency 'EUR'
|
|
registrar
|
|
end
|
|
end
|