mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Update specs
This commit is contained in:
parent
fe555837a0
commit
d3153ef706
2 changed files with 2 additions and 2 deletions
|
@ -67,6 +67,8 @@ describe BankStatement do
|
|||
a.sum.should == BigDecimal.new('200.0')
|
||||
a.activity_type = AccountActivity::ADD_CREDIT
|
||||
|
||||
r.reload
|
||||
r.cash_account.reload
|
||||
r.cash_account.balance.should == 200.0
|
||||
|
||||
bs.bank_transactions.unbinded.count.should == 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue