Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…asmine into jamesgary-master

# Conflicts:
#	README.md
#	docs/jasmine-options.md
#	package.json
#	tasks/jasmine.js
  • Loading branch information
vladikoff committed Jan 26, 2016
2 parents 1786808 + f34f6d1 commit e731790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/jasmine-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Type: `String|Array`
CSS files that get loaded after the jasmine.css

## options.version
Type: `String`
Default: `'2.0.1'`
Type: `String`
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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion tasks/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit e731790

Please sign in to comment.