aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib/encryptor-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/lib/encryptor-test.js')
-rw-r--r--test/integration/lib/encryptor-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/lib/encryptor-test.js b/test/integration/lib/encryptor-test.js
index d42608152..897d22740 100644
--- a/test/integration/lib/encryptor-test.js
+++ b/test/integration/lib/encryptor-test.js
@@ -1,5 +1,7 @@
var encryptor = require('../../../app/scripts/lib/encryptor')
+QUnit.module('encryptor')
+
QUnit.test('encryptor:serializeBufferForStorage', function (assert) {
assert.expect(1)
var buf = new Buffer(2)
@@ -65,3 +67,5 @@ QUnit.test('encryptor:encrypt & decrypt with wrong password', function(assert) {
done()
})
})
+
+