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

Commit

Permalink
Allow passing custom parameters to the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir Tsonev authored and mhevery committed Dec 5, 2012
1 parent 4a4def7 commit d8d8371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/jasmine-node/cli.js
Expand Up @@ -92,6 +92,9 @@ while(args.length) {
case '-h':
help();
default:
if (arg.match(/^--params=.*/)) {
break;
}
if (arg.match(/^--/)) help();
if (arg.match(/^\/.*/)) {
specFolder = arg;
Expand Down

0 comments on commit d8d8371

Please sign in to comment.