mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +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_statement_fabricator.rb
Normal file
6
spec/fabricators/bank_statement_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fabricator(:bank_statement) do
|
||||
bank_code { '767' }
|
||||
iban { 'EE557700771000598731' }
|
||||
queried_at { Time.zone.now }
|
||||
bank_transactions(count: 2)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue