We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing the AddFocusTag command on a spec, which has already a :focus tag, duplicates the focus tag.
AddFocusTag
Example from it 'does stuff', :focus do to it 'does stuff', :focus, :focus do
it 'does stuff', :focus do
it 'does stuff', :focus, :focus do
AddFocusTag should not duplicate the :focus tag. Investigate if it makes sense to let the :focus tag bubble up (eg from it to enclosing describe).
it
describe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Executing the
AddFocusTag
command on a spec, which has already a :focus tag, duplicates the focus tag.Example
from
it 'does stuff', :focus do
toit 'does stuff', :focus, :focus do
AddFocusTag
should not duplicate the :focus tag.Investigate if it makes sense to let the :focus tag bubble up (eg from
it
to enclosingdescribe
).The text was updated successfully, but these errors were encountered: