mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 12:39:34 +02:00
parent
261c3cc157
commit
e778ed5963
2 changed files with 0 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
Fabricator(:account_activity) do
|
|
||||||
invoice
|
|
||||||
currency 'EUR'
|
|
||||||
sum 110.0
|
|
||||||
end
|
|
|
@ -1,6 +0,0 @@
|
||||||
Fabricator(:account) do
|
|
||||||
account_type { Account::CASH }
|
|
||||||
balance 0.0
|
|
||||||
currency 'EUR'
|
|
||||||
# account_activities(count: 2)
|
|
||||||
end
|
|
Loading…
Add table
Add a link
Reference in a new issue