From 8acd91b4d9e39355c88493007728bc24dd3ce30c Mon Sep 17 00:00:00 2001 From: jdescottes Date: Sun, 4 Aug 2013 18:36:43 +0200 Subject: [PATCH] updated smoke test URL to point to debug version --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5765de14..db349753 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,7 +39,7 @@ module.exports = function (grunt) { filesSrc : ['tests/integration/casperjs/*_test.js'], options : { args : { - baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/' + baseUrl : 'http://localhost:' + '<%= connect.www.options.port %>/?debug' }, direct : false, logLevel : 'error',