mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Update specs
This commit is contained in:
parent
fe555837a0
commit
d3153ef706
2 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||
|
|
|
@ -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