mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
6
spec/fabricators/bank_transaction_fabricator.rb
Normal file
6
spec/fabricators/bank_transaction_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fabricator(:bank_transaction) do
|
||||
currency { 'EUR' }
|
||||
sum { 100.0 }
|
||||
description { 'Invoice no. 1' }
|
||||
reference_no { 'RF2405752128' }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue