Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(readme) change jasmineNodeOpts.specs to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
groner authored and juliemr committed Nov 27, 2013
1 parent 020ae9e commit 1ad0e76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ Create a configuration file - an example with detailed comments is shown in `nod
// myConf.js
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
jasmineNodeOpts: {
specs: ['myTest.js', 'myTestFolder/*Test.js']
}
specs: ['myTest.js', 'myTestFolder/*Test.js']
}
```

Expand Down

0 comments on commit 1ad0e76

Please sign in to comment.