Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Clarify @tag (cuke style) functionality in documentation #2573

Merged
merged 1 commit into from
Oct 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion features/command_line/tag.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Feature: `--tag` option
`:name => 'bar'`.

To be compatible with the Cucumber syntax, tags can optionally start with an
`@` symbol, which will be ignored.
`@` symbol, which will be ignored as part of the tag, e.g. `--tag @focus` is
treated the same as `--tag focus` and is expanded to `:focus => true`.

Background:
Given a file named "tagged_spec.rb" with:
Expand Down