Created
February 18, 2016 17:07
-
-
Save filipebarcos/9ab5c8695fe13097688a to your computer and use it in GitHub Desktop.
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
git diff --stat | grep spec | awk '{print $1}' ORS=' ' | xargs rspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git diff --name-only spec/**/*_spec.rb | xargs bin/rspec
even better from @murbanski