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