Merge branch 'master' of https://github.com/jamesgary/grunt-contrib-jasmine into jamesgary-master

# Conflicts:
#	README.md
#	docs/jasmine-options.md
#	package.json
#	tasks/jasmine.js
master
Vlad Filippov 9 years ago
commit e7317900c9

@ -27,10 +27,11 @@ CSS files that get loaded after the jasmine.css
## options.version
Type: `String`
Default: `'2.0.1'`
Default: '2.2.0'
This is the jasmine-version which will be used. currently available versions are:
* 2.2.0
* 2.0.1
* 2.0.0

@ -18,7 +18,7 @@
"chalk": "^1.0.0",
"es5-shim": "^4.0.1",
"grunt-lib-phantomjs": "^1.0.0",
"jasmine-core": "^2.0.4",
"jasmine-core": "^2.2.0",
"lodash": "~2.4.1",
"rimraf": "^2.1.4"
},

@ -70,7 +70,7 @@ module.exports = function(grunt) {
// Merge task-specific options with these defaults.
var options = this.options({
version: '2.0.1',
version: '2.2.0',
timeout: 10000,
styles: [],
specs: [],

Loading…
Cancel
Save