From d8cf1b229e8cbcd57bd939ea074958ccaaaf579b Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 30 Jul 2013 23:39:24 +0200 Subject: [PATCH] Bugfix in test grunt task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f1b0673e2..d9ba99f17 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,7 +78,7 @@ module.exports = function(grunt) { var done = this.async(); var child_process = require('child_process'); var exec = child_process.exec; - exec('phantomjs '+ + exec('./node_modules/.bin/phantomjs '+ 'node_modules/jasmine-reporters/test/phantomjs-testrunner.js '+ __dirname+'/tests.html', function (err, stdout, stderr) {