remove soop 2

This commit is contained in:
Manuel Araoz 2014-08-14 14:32:56 -04:00
parent 69edb7c7e3
commit d0f264cdae
1 changed files with 1 additions and 1 deletions

View File

@ -119,4 +119,4 @@ FakeStorage.prototype.setFromObj = function(walletId, obj) {
this.setName(walletId, obj.opts.name);
};
module.exports = require('soop')(FakeStorage);
module.exports = FakeStorage;