internetee-registry/spec/fabricators/account_fabricator.rb
2015-04-14 19:00:38 +03:00

4 lines
75 B
Ruby

Fabricator(:account) do
account_type { Account::CASH }
balance 0.0
end