Skip to content

Instantly share code, notes, and snippets.

@niquola
Created March 22, 2013 13:53
Show Gist options
  • Save niquola/5221424 to your computer and use it in GitHub Desktop.
Save niquola/5221424 to your computer and use it in GitHub Desktop.
Run specs before git commit
rspec -X `git st | grep _spec.rb | awk '{print $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment