You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
With the previous documentation, it was unclear if the passed in tag
using the `@` (cucumber style tagging) would be ignored similar to doing
`~tag` (for `--tag @tag`), or if it would "ignore" the `@` when building
the configuration option (`@tag` changes to `:tag`).
Looking at the implementation in `lib/rspec/core/option_parser.rb`
confirms that it is the latter, so the wording has been updated to make
that more clear.
0 commit comments