Skip to content

Commit

Permalink
Update README after cucumber-features submodule move
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Jun 14, 2011
1 parent 70d5e2a commit 252634f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ And probably lots of other browsers.
The only dependency of cucumber.js is Gherkin:

$ npm link

## Run tests

Specs:

$ cd spec
$ ../node_modules/.bin/jasmine-node .

Features (yes, cucumber.js is eating itself):

$ git submodule update --init
$ ./cucumber.js features/global/basic_feature_execution.feature
$ ./cucumber.js features/cucumber-features/basic_feature_execution.feature
$ ./cucumber.js features/asynchronous_step_definitions-issue_01.feature

The features have to be run one at a time for the moment. Sorry for that, we're working on it :)

0 comments on commit 252634f

Please sign in to comment.