Skip to content

Instantly share code, notes, and snippets.

@sephraim
Created October 3, 2019 19:43
Show Gist options
  • Save sephraim/954573e99043bf4211d1646cec11ba09 to your computer and use it in GitHub Desktop.
Save sephraim/954573e99043bf4211d1646cec11ba09 to your computer and use it in GitHub Desktop.
[RSpec diff] Run RSpec on changed files only #rspec
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