adjust test for IAP GooglePlay to specify 21 gems

This commit is contained in:
Alys
2015-12-03 07:23:31 +10:00
parent 904dd595ed
commit e907e2e4ee

View File

@@ -70,7 +70,8 @@ describe('In-App Purchases', function() {
expect(paymentSpy).to.be.calledOnce; expect(paymentSpy).to.be.calledOnce;
return expect(paymentSpy).to.be.calledWith({ return expect(paymentSpy).to.be.calledWith({
user: res.locals.user, user: res.locals.user,
paymentMethod: 'IAP GooglePlay' paymentMethod: 'IAP GooglePlay',
amount: 5.25
}); });
}); });
}); });