Binding interface for bank statements

This commit is contained in:
Martin Lensment 2015-04-15 11:32:51 +03:00
parent 2dfa65645b
commit 851e5368eb
15 changed files with 113 additions and 26 deletions

View file

@ -59,7 +59,7 @@ describe BankStatement do
bs.bank_transactions.count.should == 2
AccountActivity.count.should == 0
bs.bind_with_invoices
bs.bind_invoices
AccountActivity.count.should == 1