Adapt ghost casperjs config file

This commit is contained in:
grosbouddha 2013-05-27 00:45:22 +02:00
parent fa356c3564
commit fdcaad9d39

View File

@ -25,11 +25,8 @@ module.exports = function(grunt) {
}
},
ghost: {
test: {
files: [{
src: ['tests/integration/casperjs/*_test.js']
}]
},
dist: {
filesSrc: ['tests/integration/casperjs/*_test.js'],
options: {
args: {
baseUrl: 'http://localhost:' +
@ -41,6 +38,14 @@ module.exports = function(grunt) {
printFilePaths: true
}
}
/*
test: {
files: [{
src: ['tests/integration/casperjs/*_test.js']
}]
},
*/
}
});
grunt.loadNpmTasks('grunt-contrib-connect');