added rate services to wallet

This commit is contained in:
Ivan Socolsky 2014-11-05 22:05:09 -03:00
commit 015af22638
4 changed files with 25 additions and 11 deletions

View file

@ -83,6 +83,7 @@ describe('PayPro (in Wallet) model', function() {
c.network.getHexNonces = sinon.stub();
c.network.send = sinon.stub();
Wallet._newRateService = sinon.stub().returns(null);
return new Wallet(c);
}