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

@ -1,8 +1,7 @@
'use strict';
var cryptoUtils = require('../js/util/crypto');
var cryptoUtils = copay.crypto;
var assert = require('assert');
describe('crypto utils', function() {
it('should decrypt what it encrypts', function() {