mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-18 04:24:33 +08:00
added keys module for generating and checking keys against a json file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
var Keys = require('../lib/keys');
|
||||
|
||||
describe('Keys', function() {
|
||||
|
||||
describe('.get(key, callback)', function() {
|
||||
it('should return a key if it exists', function(done) {
|
||||
var keys = new Keys(__dirname + '/support/keys.json');
|
||||
|
||||
Reference in New Issue
Block a user