internetee-registry/spec/factories/account.rb
2016-12-18 15:56:56 +02:00

7 lines
118 B
Ruby

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