This commit is contained in:
Matias Pando 2014-12-31 10:35:33 -03:00
parent 80770f9a78
commit cc701d648d
1 changed files with 2 additions and 1 deletions

View File

@ -801,6 +801,7 @@ describe('Identity model', function() {
storage.setCredentials = sinon.stub();
storage.removeItem = sinon.stub().yields(null);
storage.clear = sinon.stub().yields();
storage.getItem = sinon.stub();
var opts = {
email: 'test@test.com',