This commit is contained in:
Martin Lensment 2015-07-15 12:31:40 +03:00
parent 268fa47909
commit a341ef3e29

View file

@ -60,7 +60,7 @@ feature 'Invoice', type: :feature do
response_headers['Content-Disposition'].should == "attachment; filename=\"#{@invoice.pdf_name}\""
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')
invoice = r.issue_prepayment_invoice(200, 'add some money')