Created
October 3, 2019 19:43
-
-
Save sephraim/954573e99043bf4211d1646cec11ba09 to your computer and use it in GitHub Desktop.
[RSpec diff] Run RSpec on changed files only #rspec
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 --name-only --diff-filter=d upstream/develop | grep '_spec.rb$' | xargs parallel_rspec -n 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment