Merge branch 'develop' into new_api_test_infrastructure

This commit is contained in:
Blade Barringer
2015-10-20 21:18:49 -05:00
65 changed files with 3485 additions and 3125 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ describe 'In-App Purchases', ->
inApp.iosVerify(req, res, next)
expect(paymentSpy).to.be.calledOnce
expect(paymentSpy).to.be.calledWith({user: res.locals.user, paymentMethod:'IAP AppleStore'})
expect(paymentSpy).to.be.calledWith({user: res.locals.user, paymentMethod:'IAP AppleStore', amount: 5.25})
context 'error in setup', ->
before ->