Fixing tests

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-04-17 13:02:34 -04:00
parent 8ccb7b05cb
commit 64e3777d82
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ var execProper = require('child_process').exec;
var Promise = require('bluebird');
var fs = require('fs-promise');
var path = require('path');
var open = require('open');
module.exports = {
exec(args, options) {