penchant/template/script/hooks/pre-commit
2011-07-14 15:50:51 -04:00

6 lines
65 B
Bash
Executable File

#!/bin/bash
bundle exec rake
if [ $? -ne 0 ]; then exit $?; fi