penchant/template/script/hooks/pre-commit

6 lines
65 B
Bash
Executable File

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