wallet and profile backup working on the UX

This commit is contained in:
Matias Alejo Garcia 2014-10-16 10:20:13 -03:00
parent 7a463c9a9d
commit c9469b6da7
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ describe('Identity model', function() {
profile.listWallets = sinon.stub().returns([]);
profile.setLastOpenedTs = sinon.stub().yields(null);;
profile.store = sinon.stub().yields(null);;
profile.getName = sinon.stub().returns('profile name');;
Identity._createProfile = sinon.stub().callsArgWith(3, null, profile);