Test failed because "debug" => "Debug"

This commit is contained in:
Remy Sharp
2014-05-13 07:54:42 +01:00
parent 4d1dc59ce0
commit 3ce57bc8fe

View File

@@ -32,7 +32,7 @@ describe('nodemon fork child restart', function () {
var p = run('--debug ' + appcoffee, {
error: function (data) {
if (data.indexOf('debugger listening') === -1) {
if (data.indexOf('ebugger listening') === -1) {
p.send('quit');
cleanup(p, done, new Error(data));
}