Skip to content

Commit

Permalink
update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Oct 5, 2018
1 parent 3707d59 commit 64880f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -78,10 +78,10 @@ Following will run all tests in `spec/` directory.
$ rake test
```

Alternatively, you can give spec names with the `--list` (`-l`) option for this task. E.g., following will run only `help_spec.rb` and `version_spec.rb`:
Alternatively, you can give spec names with the `--list` (`-l`) option for this task. E.g., following will run only `spec/action/help_spec.rb` and `spec/mode/list_spec.rb`:

```
$ rake test -- -l help,version
$ rake test -- -l action/help,mode/list
```

### Showing all available tasks
Expand Down

0 comments on commit 64880f4

Please sign in to comment.