mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Some tests for invoice binding
This commit is contained in:
parent
e678e655da
commit
57d23976c7
19 changed files with 206 additions and 25 deletions
4
spec/fabricators/account_fabricator.rb
Normal file
4
spec/fabricators/account_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator(:account) do
|
||||
account_type { Account::CASH }
|
||||
balance 0.0
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue