Created
February 27, 2017 14:11
-
-
Save everm1nd/fe5b57969162e07200d4913aaeb4d484 to your computer and use it in GitHub Desktop.
Fast specs
This file contains hidden or 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
# runs only changed specs | |
git status --porcelain | grep -v "D " | cut -c4- | grep "_spec\.rb" | xargs bundle exec rspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment