Update specs

This commit is contained in:
Priit Tark 2015-08-11 11:39:28 +03:00
parent fe555837a0
commit d3153ef706
2 changed files with 2 additions and 2 deletions

View file

@ -1858,8 +1858,6 @@ describe 'EPP Domain', epp: true do
it 'should not allow any update when status force delete' do
domain.set_force_delete
existing_pw = domain.auth_info
xml_params = {
name: { value: domain.name },
chg: [

View file

@ -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