Skip to content
New issue

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

Adding rspec check for focus syntactic sugar #204

Merged
merged 1 commit into from
Aug 12, 2017

Conversation

prpetten
Copy link

@prpetten prpetten commented Mar 5, 2015

I always use the 'f' prefix for adding focus to my specs in rspec rather than :focus, so the existing check wasn't helping me. I added this to help prevent me from adding focus to my team's specs.

this commit fixes #205

@jish
Copy link
Owner

jish commented Mar 6, 2015

This looks good, thanks. I think we should combine this check with the rspec_focus check. They both do conceptually the same thing.

I can work on combining them or I can let you handle it, let me know ;)

@prpetten
Copy link
Author

I'll combing them, and send it back over to you. Didn't know which would be preferred.

@jish
Copy link
Owner

jish commented Aug 12, 2017

I have some time to combine the two checks into one, so I'll merge this in.

@jish jish merged commit 763885d into jish:master Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rspec focus check not picking up syntactic sugar versions of focus
2 participants