Skip to content

Commit e731790

Browse files
committed
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
2 parents 1786808 + f34f6d1 commit e731790

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/jasmine-options.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Type: `String|Array`
2626
CSS files that get loaded after the jasmine.css
2727

2828
## options.version
29-
Type: `String`
30-
Default: `'2.0.1'`
29+
Type: `String`
30+
Default: '2.2.0'
3131

3232
This is the jasmine-version which will be used. currently available versions are:
3333

34+
* 2.2.0
3435
* 2.0.1
3536
* 2.0.0
3637

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"chalk": "^1.0.0",
1919
"es5-shim": "^4.0.1",
2020
"grunt-lib-phantomjs": "^1.0.0",
21-
"jasmine-core": "^2.0.4",
21+
"jasmine-core": "^2.2.0",
2222
"lodash": "~2.4.1",
2323
"rimraf": "^2.1.4"
2424
},

tasks/jasmine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = function(grunt) {
7070

7171
// Merge task-specific options with these defaults.
7272
var options = this.options({
73-
version: '2.0.1',
73+
version: '2.2.0',
7474
timeout: 10000,
7575
styles: [],
7676
specs: [],

0 commit comments

Comments
 (0)