Skip to content

Commit

Permalink
use cucumber for an appraisal example
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 12, 2023
1 parent 2998629 commit c0f3e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ To install dependencies, run `bundle exec appraisal install`.
In addition, if you already know which appraisal group definition to work with, you can target a specific group operation with environment vairable `APPRAISAL_GROUP`, instead of all the groups from your environment. For example:

```bash
# This would only install dependencies for `rspec` group definition
APPRAISAL_GROUP=rspec bundle exec appraisal install
# This would only install dependencies for `cucumber` group definition
APPRAISAL_GROUP=cucumber bundle exec appraisal install
```

#### Passing arguments to tests
Expand Down

0 comments on commit c0f3e74

Please sign in to comment.