fix(test): Call hasAll correctly

This commit is contained in:
Sabe Jones
2015-09-16 16:12:29 -04:00
parent 7cc29810f3
commit 2bde07fa1c
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ var sinon = require('sinon');
var chai = require("chai")
chai.use(require("sinon-chai"))
var expect = chai.expect
var _ = require('lodash');
require('coffee-script');
var shared = require('../../common/script/index.coffee');