Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created February 8, 2013 08:51
Show Gist options
  • Save dreamr/4737522 to your computer and use it in GitHub Desktop.
Save dreamr/4737522 to your computer and use it in GitHub Desktop.
run tests with a pre-commit to keep me honest
#!/bin/sh
## .git/hooks/pre-commit
bundle exec rake db:migrate
bundle exec rake db:test:prepare
bundle exec rake test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment