mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Typo fix #2733
This commit is contained in:
parent
268fa47909
commit
a341ef3e29
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ feature 'Invoice', type: :feature do
|
||||||
response_headers['Content-Disposition'].should == "attachment; filename=\"#{@invoice.pdf_name}\""
|
response_headers['Content-Disposition'].should == "attachment; filename=\"#{@invoice.pdf_name}\""
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should create bankt statement and transaction for invoice' do
|
it 'should create bank statement and transaction for invoice' do
|
||||||
r = Fabricate(:registrar, reference_no: 'RF7086666663')
|
r = Fabricate(:registrar, reference_no: 'RF7086666663')
|
||||||
invoice = r.issue_prepayment_invoice(200, 'add some money')
|
invoice = r.issue_prepayment_invoice(200, 'add some money')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue