Fix account factory

#475
This commit is contained in:
Artur Beljajev 2017-05-07 01:20:43 +03:00
parent e778ed5963
commit 9425fed7ae

View file

@ -3,5 +3,6 @@ FactoryGirl.define do
account_type Account::CASH
balance 1
currency 'EUR'
registrar
end
end