Slide 21
Slide 21 text
Running specs #1
module: grunt-contrib-jasmine
jasmine: {
src: [
'specs/project.js'],
options: {
host: 'http://localhost:7000/',
vendor: [
‘libs/jquery.js’],
helpers: [
'specs/jasmine-jquery/lib/jasmine-jquery.js',
‘specs/bower_components/sinonjs/sinon.js' ],
template: 'specs/index.tmpl',
specs: 'specs/build/specs.js',
keepRunner: true
}
},