internetee-registry/spec/factories/account.rb

8 lines
131 B
Ruby

FactoryBot.define do
factory :account do
account_type Account::CASH
balance 1
currency 'EUR'
registrar
end
end