internetee-registry/spec/factories/account.rb
2017-05-07 01:20:43 +03:00

8 lines
132 B
Ruby

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