Last active
May 17, 2021 15:18
-
-
Save rwjblue/4747973 to your computer and use it in GitHub Desktop.
Run rspec only on uncommited files. No more accidentally pushing a :focus tag to master!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rspec `git ls-files --modified --others spec` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have factories and fixtures, you can try this