From cb1b4b3bc19d04ed717f8603147ba2d9a40697b9 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Fri, 27 Dec 2013 16:55:47 -0700 Subject: [PATCH] removed 'should' dep from mochacov config --- grunt/config/mochacov.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/grunt/config/mochacov.js b/grunt/config/mochacov.js index 6c0ced367..ea022a6a6 100644 --- a/grunt/config/mochacov.js +++ b/grunt/config/mochacov.js @@ -2,9 +2,6 @@ var unitTests = ['test/unit/test_*.js']; var integrationTests = ['test/integration/yaml_suite/index.js']; module.exports = { - options: { - require: ['should'] - }, unit: { src: unitTests },