added keys module for generating and checking keys against a json file

This commit is contained in:
Ritchie Martori
2012-06-15 10:27:29 -07:00
parent 98b11182bb
commit 3b54d9cc7c

View File

@@ -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');