Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ine-node into dorightdigital-master

Conflicts:
	README.md
  • Loading branch information
s9tpepper committed Mar 30, 2015
2 parents d5f7f2d + 615fd3d commit 251fd06
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Expand Up @@ -10,17 +10,14 @@ Then add this line to your project's `grunt.js` grunt file:
```javascript
grunt.initConfig({
jasmine_node: {
specNameMatcher: "./spec", // load only specs containing specNameMatcher
projectRoot: ".",
requirejs: false,
forceExit: true,
captureExceptions: false,
jUnit: {
report: false,
savePath : "./build/reports/jasmine/",
useDotNotation: true,
consolidate: true
}
options: {
forceExit: true,
match: '.',
matchall: false,
extensions: 'js',
specNameMatcher: 'spec'
},
all: ['spec/']
}
});

Expand Down

0 comments on commit 251fd06

Please sign in to comment.