Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created February 27, 2017 14:11
Show Gist options
  • Save everm1nd/fe5b57969162e07200d4913aaeb4d484 to your computer and use it in GitHub Desktop.
Save everm1nd/fe5b57969162e07200d4913aaeb4d484 to your computer and use it in GitHub Desktop.
Fast specs
# 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