mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
6 lines
152 B
Ruby
6 lines
152 B
Ruby
Fabricator(:bank_statement) do
|
|
bank_code { '767' }
|
|
iban { 'EE557700771000598731' }
|
|
queried_at { Time.zone.now }
|
|
bank_transactions(count: 2)
|
|
end
|