fix controllerSpec tests

This commit is contained in:
Matias Alejo Garcia 2014-10-29 18:34:59 -03:00
commit b2c04b7372
8 changed files with 107 additions and 237 deletions

View file

@ -94,7 +94,6 @@ describe('Identity model', function() {
var walletClass = function(args) {
console.log('[Identity.js.96:args:]', args); //TODO
return getNewWallet(args);
};
@ -180,7 +179,6 @@ describe('Identity model', function() {
args.storage.setItem.onFirstCall().callsArg(2);
args.storage.setItem.onSecondCall().callsArg(2);
should.exist(walletClass, 'check walletClass stub');
console.log('[Identity.js.184:walletClass:]', walletClass); //TODO
iden.createWallet({
privateKeyHex: priv,
walletClass: walletClass,